mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(oidc): add OIDC login button and auth hook updates
This commit is contained in:
@@ -300,6 +300,19 @@ export const en = {
|
||||
loggingIn: "Logging in...",
|
||||
invalidCredentials: "Invalid username or password",
|
||||
connectionError: "Connection error",
|
||||
signInWith: "Sign in with {provider}",
|
||||
signInWithSso: "Sign in with SSO",
|
||||
or: "or",
|
||||
methodLocal: "Local",
|
||||
methodOidc: "OIDC",
|
||||
methodBoth: "Local + OIDC",
|
||||
oidcAuthFailed: "Authentication failed. Please try again.",
|
||||
oidcProviderUnreachable: "Could not reach the identity provider. Please try again later.",
|
||||
oidcSessionExpired: "Login session expired. Please try again.",
|
||||
oidcUserNotAuthorized:
|
||||
"Your account is not authorized to access this application. Contact your administrator.",
|
||||
oidcUserLimitReached: "User limit reached. Contact your administrator.",
|
||||
passwordManagedByProvider: "Password changes are managed by your identity provider.",
|
||||
},
|
||||
pipeline: {
|
||||
title: "Automate",
|
||||
|
||||
Reference in New Issue
Block a user