-
### Description
According to the docs, there are four supported authentication methods: `client_secret_basic`, `client_secret_post`, `client_secret_jwt`, and `private_key_jwt`.
As such, all functi…
-
### BC Idea Link
https://experience.dynamics.com/ideas/idea/?ideaid=c432a449-f9e5-ee11-a73d-6045bdb71da1
### Description
Provide support for Authorization Code Flow with PKCE by adding overloads or…
-
Hi,
I am currently updating our flow from implicit to auth code flow with PKCE.
All seems to be working well but I am running in to one strange situation.
Basically every time I trigger a silen…
-
Token handler on PCKE flow is not verifying code_verifier and expecting client_secret.
Providing client_secret will defeat PKCE flow.
Please assist.
-
hi
i want implement NbOAuth2AuthStrategy with Code Flow + PKCE
my code is
```
strategies: [
NbOAuth2AuthStrategy.setup({
name: 'identity',
baseEndpoint: "http://lo…
-
**What would you like to be added**:
Support for the OIDC Hybrid Flow. See [Auth0](https://auth0.com/docs/api-auth/tutorials/hybrid-flow), [Medium](https://medium.com/identity-beyond-borders/openid…
-
Any new policy by Soundcloud in order to LMS/daphile integration? I can't login anymore.
Thank you for your help
Roberto
![Souncloud Daphile](https://github.com/user-attachments/assets/2bf6aad1-da7…
-
### Description
Modern sites or apps need to provide social login based on OAuth 2.0 code flow. In the context of rio and OAuth 2.0, the PKCE code flow can be used at the frontend and token valida…
-
Does this library support auth code flow with pkce? I'm getting generated tests that look like this:
```javascript
postman[Symbol.for("define")]({
name: "admin user",
id: "6a08afa4-c3ee-4f6…
-
# Project Improvement
Would it be possible to include the PKCE extension technique in the examples/actix.rs? I've been looking through the code and haven't figured out yet how to use PKCE with the…