Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

OAuth 2.0 Dynamic Client Registration feature #1712

Closed
wants to merge 24 commits into from

Conversation

tharikaGitHub
Copy link

No description provided.

String callbackUrl = profile.getCallbackUrl();
boolean isSaaSApp = profile.isSaasApp();

if (userId == null || userId.isEmpty()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Use StringUtils to check empty strings.

yasiruk added a commit to yasiruk/identity-inbound-auth-oauth that referenced this pull request Apr 18, 2016
yasiruk added a commit to yasiruk/identity-inbound-auth-oauth that referenced this pull request Apr 18, 2016
@madurangasiriwardena
Copy link
Contributor

Merged the changes with wso2-extensions/identity-inbound-auth-oauth#81

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
8 participants