-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jans-cedarling): implement CEDARLING_ID_TOKEN_TRUST_MODE (#10585)
* refactor(jans-cedarling): move id token trust mode to authz config Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement CEDARLING_ID_TOKEN_TRUST_MODE Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): updatge PYTHONTYPES.md Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): remove empty file Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): remove unused FromStr impl for IdTokenTrustMode Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): add docstring for enforce_id_tkn_trust_mode Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): rename enforce_id_tkn_trust_mode - rename enforce_id_tkn_trust_mode to validate_id_tkn_trust_mode Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): rename ClientIdIdTokenAudMismatch - rename ClientIdIdTokenAudMismatch to AccessTokenClientIdMismatch Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): get_tkn_claim_as_str implementation Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): remove unnecessary .into() call Signed-off-by: rmarinn <[email protected]> --------- Signed-off-by: rmarinn <[email protected]>
- Loading branch information
Showing
14 changed files
with
458 additions
and
110 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
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
Oops, something went wrong.