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
OneLogin requires the encoded id_token for the post_logout_redirect to work. I cannot see any way of obtaining that value from either Devise or Omniauth to easily monkey-patch the logout URI to include this to make this feature work.
Any suggestions? Thanks in advance!
The text was updated successfully, but these errors were encountered:
When using keycloak the id_token_hint must be provided to directly redirect to the post_logout_uri without a confirmation dialog. I implemented a patch to this gem that successfully skipped this confirmation dialog.
I am hesitant to create a PR for this though, as I don' know whether other IdPs use the id_token_hint.
If this works for you, I'll consider making a PR to enable sending the access token as id_token_hint through an option.
OneLogin requires the encoded id_token for the post_logout_redirect to work. I cannot see any way of obtaining that value from either Devise or Omniauth to easily monkey-patch the logout URI to include this to make this feature work.
Any suggestions? Thanks in advance!
The text was updated successfully, but these errors were encountered: