-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathoidc.properties
More file actions
26 lines (20 loc) · 1.42 KB
/
oidc.properties
File metadata and controls
26 lines (20 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#oidc
oidc.plugin-title = Open ID Connect
oidc.plugin-description = Open ID Connect based authentication
oidc.login-button = Sign In Using
oidc.login-button-openId = Open ID Connect
oidc.setup-error = Open ID Connect is not setup correctly
oidc.id-token-expired = Open ID Connect token expired
oidc.state-missing = Open ID Connect state parameter is missing
oidc.sign-in-email = or Sign In With Your Email
oidc.hide_login_form = Hide Login form
configs.help.oidc-hide_login_form = If enabled, user will not see login form, but would only be able to use Open ID Connect
oidc.login_image = Login Button Image
configs.help.oidc-login_image = Some Open ID Connect require specific styling, use this to provide custom images for Login buttons
oidc.revalidate_tokens = Revalidate tokens
configs.help.oidc-revalidate_tokens = If true, token will be periodically revalidated and user will be logged out if he is signed out of Open ID provider. If false, then it will rely on Countly internal session management
oidc.login_text = Login Text
configs.help.oidc-login_text = If you are not providing image, you can provide custom text for Login button
oidc.use_pkce_flow = Use PKCE Flow
configs.help.oidc-use_pkce_flow = If enabled, the application will use PKCE (Proof Key for Code Exchange) flow for enhanced security. This is recommended for public clients.
oidc.missing-email = Email address is missing in the token claims. Please contact your administrator.