Hide Password login
No edit summary |
No edit summary |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
If you have social logins | <message>Write the content here to display this box</message> | ||
If you have social logins and you want users to use those instead of setting up local accounts, then you can set the HidePasswordLogin setting on your Turnkey site. | |||
The “Register” link will not show and the Social Login Icons will be added to the main menu for direct access | The “Register” link will not show and the Social Login Icons will be added to the main menu for direct access. | ||
[[File:2018-09-18_22h53_14.png|frameless|823x823px]] | [[File:2018-09-18_22h53_14.png|frameless|823x823px]] | ||
See [[HeaderBasedAuthenticationTag]] for more settings on Account actions | See [[Documentation:HeaderBasedAuthenticationTag|HeaderBasedAuthenticationTag]] for more settings on Account actions. | ||
==== Settings | ==== Settings Relevant to Organizations That Want to Provide a Single Sign-on Experience ==== | ||
* HidePasswordLogin - as described above | * HidePasswordLogin - as described above. | ||
* AllowUserToChooseSocialLoginEmail - when registering the local account | * AllowUserToChooseSocialLoginEmail - when registering the local account for first time log-in, should the used email be editable or taken from the external userid? | ||
* SkipExternalAccountConfirmationScreen - the screen | * SkipExternalAccountConfirmationScreen - the screen where the local account is confirmed the first time may be skipped. | ||
* OpenIDConnectScope - the normal "openid profile" is used if you do not provide your own | * OpenIDConnectScope - the normal "openid profile" is used if you do not provide your own. Consider adding "email" to the list if available at IDP. | ||
See: [[Documentation:TurnkeySettings|TurnkeySettings]] | |||
[[Category:Security]] | |||
{{Edited|July|12|2025}} |
Latest revision as of 05:02, 27 January 2025
This page was created by Hans.karlsen@mdriven.net on 2018-09-19. Last edited by Stephanie@mdriven.net on 2025-01-27.
If you have social logins and you want users to use those instead of setting up local accounts, then you can set the HidePasswordLogin setting on your Turnkey site.
The “Register” link will not show and the Social Login Icons will be added to the main menu for direct access.
See HeaderBasedAuthenticationTag for more settings on Account actions.
Settings Relevant to Organizations That Want to Provide a Single Sign-on Experience
- HidePasswordLogin - as described above.
- AllowUserToChooseSocialLoginEmail - when registering the local account for first time log-in, should the used email be editable or taken from the external userid?
- SkipExternalAccountConfirmationScreen - the screen where the local account is confirmed the first time may be skipped.
- OpenIDConnectScope - the normal "openid profile" is used if you do not provide your own. Consider adding "email" to the list if available at IDP.
See: TurnkeySettings