-
Notifications
You must be signed in to change notification settings - Fork 68
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
Feature dpop rest #74
Feature dpop rest #74
Conversation
|
5d6c930
to
e04ec7c
Compare
...tity.dpop/src/main/java/org/wso2/carbon/identity/dpop/handler/DPoPAuthenticationHandler.java
Outdated
Show resolved
Hide resolved
...so2.carbon.identity.dpop/src/main/java/org/wso2/carbon/identity/dpop/constant/Constants.java
Outdated
Show resolved
Hide resolved
...identity.dpop/src/main/java/org/wso2/carbon/identity/dpop/internal/DPoPServiceComponent.java
Outdated
Show resolved
Hide resolved
...p/src/main/java/org/wso2/carbon/identity/dpop/listener/OauthDPoPInterceptorHandlerProxy.java
Outdated
Show resolved
Hide resolved
...p/src/main/java/org/wso2/carbon/identity/dpop/listener/OauthDPoPInterceptorHandlerProxy.java
Outdated
Show resolved
Hide resolved
...tity.dpop/src/main/java/org/wso2/carbon/identity/dpop/handler/DPoPAuthenticationHandler.java
Outdated
Show resolved
Hide resolved
...tity.dpop/src/main/java/org/wso2/carbon/identity/dpop/handler/DPoPAuthenticationHandler.java
Outdated
Show resolved
Hide resolved
...tity.dpop/src/main/java/org/wso2/carbon/identity/dpop/handler/DPoPAuthenticationHandler.java
Outdated
Show resolved
Hide resolved
...tity.dpop/src/main/java/org/wso2/carbon/identity/dpop/handler/DPoPAuthenticationHandler.java
Outdated
Show resolved
Hide resolved
...tity.dpop/src/main/java/org/wso2/carbon/identity/dpop/handler/DPoPAuthenticationHandler.java
Outdated
Show resolved
Hide resolved
c236cdd
to
c63ad83
Compare
PR builder started |
...identity.dpop/src/main/java/org/wso2/carbon/identity/dpop/internal/DPoPServiceComponent.java
Outdated
Show resolved
Hide resolved
PR builder completed |
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/1346396415
Can you add a readme file with all the instructions inside the dpop component? It will be helpful for the people to refer. Also, can you add the java client you used to generate the DPoP header inside the sample-is repo and refer to that from the readme file? |
...dentity.dpop/src/main/java/org/wso2/carbon/identity/dpop/validators/DPoPHeaderValidator.java
Outdated
Show resolved
Hide resolved
01200cb
to
eb59bee
Compare
eb59bee
to
28e223c
Compare
...p/src/main/java/org/wso2/carbon/identity/dpop/listener/OauthDPoPInterceptorHandlerProxy.java
Outdated
Show resolved
Hide resolved
...dentity.dpop/src/main/java/org/wso2/carbon/identity/dpop/validators/DPoPHeaderValidator.java
Outdated
Show resolved
Hide resolved
...dentity.dpop/src/main/java/org/wso2/carbon/identity/dpop/validators/DPoPHeaderValidator.java
Outdated
Show resolved
Hide resolved
|
Shall we change the implementation to read the configs that were included in the wso2/carbon-identity-framework#3805 and wso2/carbon-identity-framework#3800 as custom configs from the deployment.toml file? The reason being, since DPoP is still at its draft state, it's not ideal to have the configurations added to the framework side at the moment. So, the alternative would be to instruct anyone who's going to use the DPoP module to include the necessary params in the deployment.toml as custom configs. |
36209d1
to
16eb191
Compare
type = "dpop" | ||
class = "org.wso2.carbon.identity.dpop.validators.DPoPTokenValidator" | ||
|
||
[oauth.grant_type.uma_ticket] |
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 explain the reason for using uma config here?
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.
In order to enable the custom introspection data provider.
5a88e13
to
2f463c8
Compare
Purpose
Implemented DPoP token support according to the spec https://tools.ietf.org/html/draft-ietf-oauth-dpop-02