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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
As per the example, I added a cy.logout in my afterEach hook. Login in beforeEach works just fine, but as soon as it tries logging out, I get an error from Keycloak saying that id_token_hint is missing. I'm not sure on what I should fill in there. I think it might be the Keycloak token (which isn't accessible as mentioned in ticket #39.
Apologies if this is an obvious one, I'm not that experienced with OIDC and whatnot.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As per the example, I added a
cy.logout
in myafterEach
hook. Login inbeforeEach
works just fine, but as soon as it tries logging out, I get an error from Keycloak saying thatid_token_hint
is missing. I'm not sure on what I should fill in there. I think it might be the Keycloak token (which isn't accessible as mentioned in ticket #39.Apologies if this is an obvious one, I'm not that experienced with OIDC and whatnot.
The text was updated successfully, but these errors were encountered: