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
console,environmentd: surface OIDC sign-in failures on the login page
* Add `OidcCallback` route component so IdP callback errors render
instead of an indefinite loading spinner.
* Add `AuthError::OidcFailed` carrying the sanitized `OidcError::Display`
in the 401 body, so environmentd token rejections can be surfaced to
the user without leaking internal config.
* Wire the 401 interceptor to post a one-shot `{reason, detail}` message
to `sessionStorage`; the login page renders it as an `Alert`
0 commit comments