-
Notifications
You must be signed in to change notification settings - Fork 370
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
Implement support for pre issue access token action #2528
Merged
malithie
merged 17 commits into
wso2-extensions:master
from
malithie:pre-issue-access-token-action
Jul 30, 2024
Merged
Implement support for pre issue access token action #2528
malithie
merged 17 commits into
wso2-extensions:master
from
malithie:pre-issue-access-token-action
Jul 30, 2024
Conversation
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
# Conflicts: # components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/internal/OAuthComponentServiceHolder.java # components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/internal/OAuth2ServiceComponent.java # components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/util/OAuth2Util.java
DMHP
reviewed
Jul 25, 2024
....oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenProcessor.java
Outdated
Show resolved
Hide resolved
....oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenProcessor.java
Outdated
Show resolved
Hide resolved
....oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenProcessor.java
Outdated
Show resolved
Hide resolved
....oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenProcessor.java
Outdated
Show resolved
Hide resolved
....oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenProcessor.java
Outdated
Show resolved
Hide resolved
....oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenProcessor.java
Outdated
Show resolved
Hide resolved
....oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenProcessor.java
Outdated
Show resolved
Hide resolved
Reviewed Partially. |
Thumimku
reviewed
Jul 26, 2024
....oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenProcessor.java
Outdated
Show resolved
Hide resolved
...h/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenRequestBuilder.java
Outdated
Show resolved
Hide resolved
Thumimku
reviewed
Jul 26, 2024
...n.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/model/TokenRequest.java
Show resolved
Hide resolved
Thumimku
reviewed
Jul 26, 2024
...ntity.oauth/src/main/java/org/wso2/carbon/identity/oauth/internal/OAuthServiceComponent.java
Outdated
Show resolved
Hide resolved
Thumimku
reviewed
Jul 26, 2024
...on.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/AccessTokenIssuer.java
Outdated
Show resolved
Hide resolved
Thumimku
reviewed
Jul 26, 2024
...on.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/AccessTokenIssuer.java
Outdated
Show resolved
Hide resolved
Thumimku
reviewed
Jul 26, 2024
...y.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/OAuthTokenReqMessageContext.java
Outdated
Show resolved
Hide resolved
Thumimku
reviewed
Jul 26, 2024
...arbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/JWTTokenIssuer.java
Show resolved
Hide resolved
.../org/wso2/carbon/identity/oauth2/token/handlers/grant/AbstractAuthorizationGrantHandler.java
Outdated
Show resolved
Hide resolved
...h/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenRequestBuilder.java
Show resolved
Hide resolved
mpmadhavig
reviewed
Jul 29, 2024
...n.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/model/TokenRequest.java
Outdated
Show resolved
Hide resolved
13 tasks
DMHP
reviewed
Jul 30, 2024
...so2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/util/OAuth2Util.java
Show resolved
Hide resolved
DMHP
reviewed
Jul 30, 2024
.../src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/RefreshGrantHandler.java
Show resolved
Hide resolved
DMHP
reviewed
Jul 30, 2024
.../src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/RefreshGrantHandler.java
Outdated
Show resolved
Hide resolved
DMHP
reviewed
Jul 30, 2024
...auth/src/main/java/org/wso2/carbon/identity/oauth/action/model/OperationExecutionResult.java
Show resolved
Hide resolved
DMHP
reviewed
Jul 30, 2024
...on.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/model/AccessToken.java
Show resolved
Hide resolved
DMHP
reviewed
Jul 30, 2024
...h/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenRequestBuilder.java
Show resolved
Hide resolved
Thumimku
reviewed
Jul 30, 2024
....identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/model/ClaimPathInfo.java
Show resolved
Hide resolved
Thumimku
reviewed
Jul 30, 2024
...auth/src/main/java/org/wso2/carbon/identity/oauth/action/model/OperationExecutionResult.java
Show resolved
Hide resolved
Thumimku
reviewed
Jul 30, 2024
...n.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/model/TokenRequest.java
Show resolved
Hide resolved
DMHP
reviewed
Jul 30, 2024
...h/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenRequestBuilder.java
Show resolved
Hide resolved
Due to the priority, I am approving the following PR with the following,
|
DMHP
approved these changes
Jul 30, 2024
Thumimku
reviewed
Jul 30, 2024
...h/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenRequestBuilder.java
Show resolved
Hide resolved
Acknowledged. |
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.
Proposed changes in this pull request
Implements the facility in oauth component to implement actions for wso2/product-is#20739
Key factors considered in the implementation as as below.
Further there are some minor improvements refactoring some methods and making sure to load token message context before executing the action.
Related PR: wso2/carbon-identity-framework#5810
When should this PR be merged
Once wso2/carbon-identity-framework#5810 is merged only
Follow up actions