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
Inline OIDC authentication flow: when the OIDC authentication flow succeeds,
the third-party provider browser window is automatically closed and the user
is returned to the admin UI.
Bug Fixes
oidc: If provider returns an aud claim as a string or []string,
Boundary will properly parse the claims JSON.
(issue, PR)
sessions: Clean up connections that are dangling after a worker dies (is
restarted, powered off, etc.) This fixes some cases where a session never goes
to terminated state because connections are not properly marked closed.
(Issue 1, Issue
2, PR)
sessions: Add some missing API-level checks when session cancellation was
requested. It's much easier than interpreting the domain-level check failures.
(PR)
authenticate: When authenticating with OIDC and json format output, the
command will no longer print out a notice that it's opening your web browser
(Issue, PR)