KEYCLOAK-14227 Remove unnecessary double quotations
This commit is contained in:
parent
6211fa90e0
commit
0a4db5b3b5
1 changed files with 2 additions and 2 deletions
|
@ -546,13 +546,13 @@ gui-order=GUI order
|
|||
first-broker-login-flow=First Login Flow
|
||||
post-broker-login-flow=Post Login Flow
|
||||
sync-mode=Sync Mode
|
||||
sync-mode.tooltip=Default sync mode for all mappers. The sync mode determines when user data will be synced using the mappers. Possible values are: 'legacy' to keep the behaviour before this option was introduced, 'import' to only import the user once during first login of the user with this identity provider, 'force' to always update the user during every login with this identity provider".
|
||||
sync-mode.tooltip=Default sync mode for all mappers. The sync mode determines when user data will be synced using the mappers. Possible values are: 'legacy' to keep the behaviour before this option was introduced, 'import' to only import the user once during first login of the user with this identity provider, 'force' to always update the user during every login with this identity provider.
|
||||
sync-mode.inherit=inherit
|
||||
sync-mode.legacy=legacy
|
||||
sync-mode.import=import
|
||||
sync-mode.force=force
|
||||
sync-mode-override=Sync Mode Override
|
||||
sync-mode-override.tooltip=Overrides the default sync mode of the IDP for this mapper. Values are: 'legacy' to keep the behaviour before this option was introduced, 'import' to only import the user once during first login of the user with this identity provider, 'force' to always update the user during every login with this identity provider" and 'inherit' to use the sync mode defined in the identity provider for this mapper.
|
||||
sync-mode-override.tooltip=Overrides the default sync mode of the IDP for this mapper. Values are: 'legacy' to keep the behaviour before this option was introduced, 'import' to only import the user once during first login of the user with this identity provider, 'force' to always update the user during every login with this identity provider and 'inherit' to use the sync mode defined in the identity provider for this mapper.
|
||||
redirect-uri=Redirect URI
|
||||
redirect-uri.tooltip=The redirect uri to use when configuring the identity provider.
|
||||
alias=Alias
|
||||
|
|
Loading…
Reference in a new issue