-
Notifications
You must be signed in to change notification settings - Fork 159
Refactor OAuth2 and add OIDC authentication policy #973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
cdavernas
merged 7 commits into
serverlessworkflow:main
from
neuroglia-io:feat-oidc-authentication
Aug 21, 2024
Merged
Refactor OAuth2 and add OIDC authentication policy #973
cdavernas
merged 7 commits into
serverlessworkflow:main
from
neuroglia-io:feat-oidc-authentication
Aug 21, 2024
Conversation
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
- Add the OIDC authentication policy - Add the schema for the Digest authentication Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a few examples in our directory for the CI to run and validate this change?
Co-authored-by: Ricardo Zanini <[email protected]>
Co-authored-by: Ricardo Zanini <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: spec
Changes in the Specification
change: breaking
A breaking change that will impact in a major version change.
change: documentation
Improvements or additions to documentation. It won't impact a version change.
change: feature
New feature or request. Impacts in a minor version change
change: fix
Something isn't working. Impacts in a minor version change.
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:
oauth2
authentication by:endpoints
property, used to configuretoken
,revocation
andintrospection
endpointsissuers
property, used to configure the trusted issuers of issued tokens, in case it differs from the configured authorityrequest.encoding
property, used to configure the encoding of token requestsclient.authentication
property, used to configure how the client should authenticate on the authorization serveroidc
authentication policydigest
authentication*AuthenticationData
instances by*AuthenticationProperties
)