Closed paulswartz closed 2 months ago
@Stratus3D it would be great if you could test this PR against your Okta setup, as you were the original reporter.
@paulswartz yes I will test this now.
I just tested my Elixir app with this:
{:oidcc, git: "git@github.com:paulswartz/oidcc.git", tag: "ps-request-object-params", override: true},
And it seems fine. I'm able to login and out no problem. Not sure why I determined all response_type
and client_id
needed to be removed.
This reverts partially commit 3b0b5221a0c88ad733a3ffc769b5acada70c2afd.
This commit started to fail the OIDC conformance suite: https://gitlab.com/paulswartz/ueberauth_oidcc_certification/-/pipelines/1391557144
In particular, the error is:
Required http request parameters and request object claims must match
redirect_url
does not appear to be required, so we continue to leave that out.