Replies: 1 comment
-
@MCKLtech so it sounds like your IDP is using Implicit Flow for authentication. This plugin currently only supports the Authorization Code Flow. Which IDP are you using? Many IDPs supp6 multiple flows for authentication and your client configuration in the IDP can be setup for the Authorization Code Flow. I just went through this setup with the Keycloak IDP service in testing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a provider that returns the token_id with the code in the query response, as opposed to via the oauth2/token endpoint.
Is this supported? From looking over the code it would appear the token_id has to be returned with the access_code.
Beta Was this translation helpful? Give feedback.
All reactions