feat(oidc): add OIDC login button and auth hook updates

This commit is contained in:
SnapOtter
2026-05-13 19:04:06 +08:00
parent aaebd14c60
commit 44f42c6866
3 changed files with 69 additions and 17 deletions
+13
View File
@@ -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",