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

Update oauth endpoint request with t, ut and sp #2175

Merged
merged 4 commits into from
Oct 4, 2023

Conversation

Shenali-SJ
Copy link
Contributor

Purpose

This updates the oath endpoint request with tenant domain(t), user tenant domain (ut) and service provider (sp) in order to facilitate the execution of branding API.

Related Issues

@@ -235,6 +235,9 @@ public class OAuth2AuthzEndpoint {

private static final String PARAMETERS = "params";
private static final String FORM_POST_REDIRECT_URI = "redirectURI";
private static final String SERVICE_PROVIDER = "s";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since these are processed again in the oauth_response file, shall we add descriptive param names?
eg: serviceProvider, userTenantDomain, TenantDomain, etc

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was resolved with commit 15b53ca

@jenkins-is-staging
Copy link

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

@jenkins-is-staging
Copy link

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

Copy link

@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/6402097663

@chamathns chamathns merged commit 8b7f6da into wso2-extensions:master Oct 4, 2023
1 check passed
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.

3 participants