Skip to content
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

Add oauth2 PKCE test case #21389

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Thumimku
Copy link
Contributor

Public Issue : #21313

Currently we don't have a test suite to test PKCE scenarios in integration test nodule, but we have one in scenario test which cover legit customer scenario which is not sufficient for testing edge cases and frequent changes in oauth repo. Hence this PR will address above isue.

Verified scenarios are,

  • Default App

    • PKCE "S256" with valid verifier
    • PKCE "S256" with invalid verifier
    • PKCE "S256" without verifier
    • PKCE with invalid challenge method
    • PKCE with plain challenge method
  • Mandate PKCE for the App withot allowing Plain challenge method

    • PKCE "S256" with valid verifier
    • PKCE "S256" with invalid verifier
    • PKCE "S256" without verifier
    • PKCE with invalid challenge method
    • PKCE with plain challenge method
  • Mandate PKCE for the App with allowing Plain challenge method

    • PKCE "S256" with valid verifier
    • PKCE "S256" with invalid verifier
    • PKCE "S256" without verifier
    • PKCE with invalid challenge method
    • PKCE with plain challenge method

@jenkins-is-staging
Copy link
Contributor

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/11378848413

@jenkins-is-staging
Copy link
Contributor

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/11378848413
Status: success

Copy link
Contributor

@jenkins-is-staging jenkins-is-staging left a 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/11378848413

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants