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

Fix for to block getting same app response when its created previuosly. #12056

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

Conversation

prasa7
Copy link
Contributor

@prasa7 prasa7 commented Jun 16, 2023

No description provided.

@prasa7 prasa7 self-assigned this Jun 16, 2023
@@ -262,8 +273,9 @@ private OAuthApplicationInfo getExistingApp(String applicationName, boolean saas

appToReturn = this.fromAppDTOToApplicationInfo(consumerAppDTO.getOauthConsumerKey(),
consumerAppDTO.getApplicationName(), consumerAppDTO.getCallbackUrl(),
consumerAppDTO.getOauthConsumerSecret(), saasApp, null, consumerAppDTO.getTokenType(), valueMap);

consumerAppDTO.getOauthConsumerSecret(), saasApp, MultitenantUtils
Copy link
Contributor

@HiranyaKavishani HiranyaKavishani Aug 3, 2023

Choose a reason for hiding this comment

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

This will fail when create oauth app using tenant user ==> wso2/api-manager#2064

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