You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor(frontend): simplify OIDC redirect URL retrieval in auth route
- Extract OIDC redirect URL fetching into a separate function
- Streamline the getOidcRedirectUrl action handler
* feat(frontend): add auto OIDC launch option for authentication route
- Introduce `autoOidcLaunch` search parameter with default value of true
- Automatically redirect to OIDC login when local auth is disabled and OIDC is enabled
- Enhance authentication route to support seamless OIDC authentication flow
* docs: update OIDC authentication guide with auto launch option
- Add documentation for `autoOidcLaunch` parameter
- Clarify how to access authentication page when local auth is disabled
- Improve explanation of OIDC authentication flow
0 commit comments