-
Notifications
You must be signed in to change notification settings - Fork 727
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
[integration tests] Pre issue access token with client credentials grant type #21033
Conversation
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
PR builder started |
PR builder completed |
4691f47
to
aabf78d
Compare
PR builder started |
PR builder completed |
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...est/java/org/wso2/identity/integration/test/oauth2/OAuth2ServiceAbstractIntegrationTest.java
Outdated
Show resolved
Hide resolved
aabf78d
to
254cbeb
Compare
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/10702170949
...-backend/src/test/java/org/wso2/identity/integration/test/restclients/ActionsRestClient.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
...so2/identity/integration/test/actions/PreIssueAccessTokenClientCredentialsGrantTestCase.java
Outdated
Show resolved
Hide resolved
1c9ccab
to
ef6b7a6
Compare
Description
This adds integration tests for the pre issue access token action execution flow with the client credentials grant type.
This covers the test cases for the following scenarios.
aud
claimexpires_in
claimA mock server has been set up using Wiremock to simulate the external service. The mock server runs locally on the port
8587
.Related Issue