cypress-keycloak icon indicating copy to clipboard operation
cypress-keycloak copied to clipboard

Cypress commands for Keycloak

Results 15 cypress-keycloak issues
Sort by recently updated
recently updated
newest added

Plugin dependency is not compatible with Cypress 13

Increase version number, to resolve rpm repository problem

Cypress 11, our logout functionality is working just fine With Cypress 12+, it stopped working We are seeing: Our logout command: ```javascript Cypress.Commands.add('logoutKC', () => cy.logout({ root: ENVS.keycloak_root, realm: Cypress.env('keycloak_realm'),...

When using `post_logout_redirect_uri` either an `id_token_hint` or `client_id` is needed. This PR adds the option to use `client_id` as well.

Please add code_challenge_method to the interfaces. ![image](https://github.com/babangsund/cypress-keycloak/assets/141141126/7359a7e1-c635-499f-9e38-c6926c8cceb4)

Login interface was missing optional parameter code_challenge method. I added it :)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Keycloak version I am working with: `17.0.1` When a keycloak client is set to `confidential`, you always have to pass the `client_secret` when fetching a token. Even with `grant_type` set...

As described on the docs: https://www.keycloak.org/docs/latest/securing_apps/#_javascript_adapter

The default path of the keycloak server seems to be changed from `https://host:port/auth/` to `https://host:port/` since keycloak 17.0. (You can notice it if comparing what [the document for 17.0](https://www.keycloak.org/docs/17.0/securing_apps/index.html#_oidc) and...