-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change remaining DIDs in API path to subject and use client_id (from …
…url) (#3333) * the client_id in JAR uses the tenant URL (ex: https://example.com/oauth2/tenant) and not a client_id from the app. This is done so the JAR validate can use the OpenID federation configuration endpoint to resolve the JWKs. Future changes could generate a deployment specific client_id and keys. * there are 3 or 4 instances of subject.ListDIDs()[0]. It does not take into account which methods the other side supports. This is a general todo for us. * I removed did client_id scheme which interferes with PoCs
- Loading branch information
1 parent
72be55e
commit 6c12bf4
Showing
43 changed files
with
1,577 additions
and
1,090 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.