-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OIDC: Fix discovery content-type issues
When JWK response was not application/json content_type, the keys cannot be parsed and OIDC flow failed. With this fix, if the application is returning `jwk-set+json`, something valid that was not parsed as we should.[0] [0] https://tools.ietf.org/html/rfc7517#section-8.5.1 Fix: THREESCALE-6913 Signed-off-by: Eloy Coto <[email protected]>
- Loading branch information
Showing
3 changed files
with
44 additions
and
4 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