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
In the readme, it is mentioned that "SAML doesn't provide a non-interactive way to refresh assertions". However, this is the purpose of the "isPassive" attribute on an AuthnRequest (line 2047 of SAMLCore)
The text was updated successfully, but these errors were encountered:
This doesn't let us refresh the data, just implies that your provider is okay with not actively logging you back in (such as prompting your password).
For refresh tokens, dex expects to be able to refresh the claims in the id_token. If you've changed groups, those groups should be different in the new id_token you get from a refresh response. I don't see how "isPassive" achieves this.
In the readme, it is mentioned that "SAML doesn't provide a non-interactive way to refresh assertions". However, this is the purpose of the "isPassive" attribute on an AuthnRequest (line 2047 of SAMLCore)
The text was updated successfully, but these errors were encountered: