Refactor OAuth2 and add OIDC authentication policy#973
Merged
cdavernas merged 7 commits intoserverlessworkflow:mainfrom Aug 21, 2024
Merged
Refactor OAuth2 and add OIDC authentication policy#973cdavernas merged 7 commits intoserverlessworkflow:mainfrom
cdavernas merged 7 commits intoserverlessworkflow:mainfrom
Conversation
- Add the OIDC authentication policy - Add the schema for the Digest authentication Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Member
ricardozanini
left a comment
There was a problem hiding this comment.
Can you add a few examples in our directory for the CI to run and validate this change?
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
ricardozanini
approved these changes
Aug 21, 2024
8 tasks
cdavernas
added a commit
to serverlessworkflow/sdk-net
that referenced
this pull request
Aug 30, 2024
…on and TaskDefinition, addressing serverlessworkflow/specification#996 - feat(Sdk): Added a `Certificate`, `Digest` and `OIDC` authentication schemes, and updated the OAuth2AuthenticationSchemeDefinition, addressing serverlessworkflow/specification#973 Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please specify parts of this PR update:
Discussion or Issue link:
Closes #912
What this PR does:
oauth2authentication by:endpointsproperty, used to configuretoken,revocationandintrospectionendpointsissuersproperty, used to configure the trusted issuers of issued tokens, in case it differs from the configured authorityrequest.encodingproperty, used to configure the encoding of token requestsclient.authenticationproperty, used to configure how the client should authenticate on the authorization serveroidcauthentication policydigestauthentication*AuthenticationDatainstances by*AuthenticationProperties)