-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathoidc.properties
20 lines (16 loc) · 1.05 KB
/
oidc.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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.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