* fix(auth): sso switch popup to rediect (fix T-2024) * refactor: auth process optimization * fix: test * chore: add error handler * fix(auth): sso redirection issue of sub app * Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)" This reverts commitbeb4793051
. * Revert "Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)"" This reverts commit301a85d767
. * refactor(oidc): improve validate logic * refactor(saml): improve auth logic * fix: test * refactor(cas): improve auth logic * chore: add error handler * fix(oidc): subapp callback issue * fix: add dependency * chore: add dependency * fix(auth): set default `userBindField:email`
28 lines
1.1 KiB
TypeScript
28 lines
1.1 KiB
TypeScript
export default {
|
|
Enable: 'Enable',
|
|
Issuer: 'Issuer',
|
|
'OIDC manager': 'OIDC manager',
|
|
'OIDC Providers': 'OIDC Providers',
|
|
'Provider name': 'Name',
|
|
'Client id': 'Client id',
|
|
'Client secret': 'Client secret',
|
|
'Openid configuration': 'Openid configuration',
|
|
'Authorization endpoint': 'Authorization endpoint',
|
|
'Access token endpoint': 'Access token endpoint',
|
|
'JWKS endpoint': 'JWKS endpoint',
|
|
'Userinfo endpoint': 'Userinfo endpoint',
|
|
'Redirect url': 'Redirect url',
|
|
'Logout endpoint': 'Logout endpoint',
|
|
'Id token sign alg': 'Id token sign alg',
|
|
'Add provider': 'Add',
|
|
'Edit provider': 'Edit',
|
|
'Delete provider': 'Delete',
|
|
'Sign in button name, which will be displayed on the sign in page':
|
|
'Sign in button name, which will be displayed on the sign in page',
|
|
'Use this field to bind the user': 'Use this field to bind the user',
|
|
'Sign up automatically when the user does not exist': 'Sign up automatically when the user does not exist',
|
|
'Username must be 2-16 characters in length (excluding @.<>"\'/)':
|
|
'Username must be 2-16 characters in length (excluding @.<>"\'/)',
|
|
'User not found': 'User not found',
|
|
};
|