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
feat(api): expose post_logout_redirect_uris over gRPC
Added to Client, ClientInfo and UpdateClientReq, alongside the back-channel
logout URI. Without it the API could register where dex pushes a logout
token but not where the browser is allowed to land afterwards, so a client
created through the API could never complete an RP-initiated logout.
Unlike backchannel_logout_uri this needs no explicit presence: a repeated
field already distinguishes an absent list from an empty one, so sending an
empty list clears the URIs.
The example app's admin page grows the field on the create and edit forms
and on the client detail view.
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
<divclass="v mono">{{if .BackchannelLogoutURI}}{{.BackchannelLogoutURI}}{{else}}<spanclass="hint">not set — this client is not notified when a session ends</span>{{end}}</div>
0 commit comments