-
Since there is no documentation for using the implicit grant flow, I am having a hard time figuring out what the actual request should look like.
`curl -X GET -d "username=&password=&clientid=&re…
-
Hi Nathan,
Your "Documentation Portal tutorial" was awesome! :)
I already have a swagger based api, working with oauth2 implict flow. However when wiring it into your api portal i cannot get it …
vtmas updated
5 years ago
-
For the sake of completion it would be good to have an implementation of the OIDC implicit flow (`id_token token`) as the module can be used not just on the server side but as well with `web-client`.
-
Hi, does the library support auth code flow with PKCE or just implicit? Please advice.
-
Hello,
I am trying to use the implicit flow by adding the option allow_implicit and using a response type of id_token in the request every thing works fine but i cannot get addition claims inside i…
-
`ap` and `sp` macros are core components of the library but it is not clear what the names mean, so it's difficult to add them to one's internal vocabulary.
In their docstrings they're described as…
-
Hey guy, there is any lack on support of implicit flow?
Because when I try to use response_type token it returns response_type not supported and in the line of response types, token is commented: h…
-
Test sample application: https://gitlab.com/netsphere/rails-omniauth-oidc-rp-sample/
Ruby 3.0, Rails 6.1, OmniAuth 2.0
The Code Flow is OK. But the Implicit Flow does not seem to work.
I'll investi…
-
-
Hey there, thanks for the helpful package. I have been spending most of the day wrapping my head around grants/flows and was hoping to get clarification on how this package uses these.
When `respon…