-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: partially revert "Don't send the same parameters in query string…
… and JWT for redirect URL (#360)" (#375) This reverts partially commit 3b0b522. 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 ``` Required parameter 'response_type' was not found in http request parameters Required parameter 'client_id' was not found in http request parameters ``` `redirect_url` does not appear to be required, so we continue to leave that out.
- Loading branch information
1 parent
9f026ca
commit faf3830
Showing
3 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters