-
Notifications
You must be signed in to change notification settings - Fork 145
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
Modify OAuth client id to be unique across tenant instead of server - Tenant resolving #240
Merged
ThaminduDilshan
merged 14 commits into
wso2-extensions:master
from
ThaminduDilshan:thamindu-clientId
Oct 2, 2023
Merged
Modify OAuth client id to be unique across tenant instead of server - Tenant resolving #240
ThaminduDilshan
merged 14 commits into
wso2-extensions:master
from
ThaminduDilshan:thamindu-clientId
Oct 2, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ThaminduDilshan
force-pushed
the
thamindu-clientId
branch
from
September 12, 2023 07:54
b73852b
to
1b0960f
Compare
pulasthi7
reviewed
Sep 15, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
ThaminduDilshan
changed the title
[WIP] Modify OAuth client id to be unique across tenant instead of server - Tenant resolving
Modify OAuth client id to be unique across tenant instead of server - Tenant resolving
Sep 20, 2023
19 tasks
ThaminduDilshan
commented
Sep 20, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Show resolved
Hide resolved
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
ThaminduDilshan
force-pushed
the
thamindu-clientId
branch
from
September 22, 2023 09:39
a8e928f
to
8530644
Compare
ThaminduDilshan
force-pushed
the
thamindu-clientId
branch
from
September 24, 2023 11:49
26a76a1
to
26ca207
Compare
ThaminduDilshan
commented
Sep 27, 2023
DMHP
reviewed
Sep 27, 2023
...ava/org/wso2/carbon/identity/auth/service/handler/impl/BasicClientAuthenticationHandler.java
Show resolved
Hide resolved
DMHP
reviewed
Sep 27, 2023
...ava/org/wso2/carbon/identity/auth/service/handler/impl/BasicClientAuthenticationHandler.java
Show resolved
Hide resolved
DMHP
reviewed
Sep 27, 2023
DMHP
reviewed
Sep 27, 2023
DMHP
reviewed
Sep 27, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
DMHP
reviewed
Sep 27, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
DMHP
reviewed
Sep 27, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Show resolved
Hide resolved
DMHP
reviewed
Sep 27, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Show resolved
Hide resolved
DMHP
reviewed
Sep 27, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Show resolved
Hide resolved
dewniMW
reviewed
Oct 2, 2023
...ava/org/wso2/carbon/identity/auth/service/handler/impl/BasicClientAuthenticationHandler.java
Outdated
Show resolved
Hide resolved
dewniMW
reviewed
Oct 2, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
dewniMW
reviewed
Oct 2, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
dewniMW
reviewed
Oct 2, 2023
...uth.valve/src/main/java/org/wso2/carbon/identity/auth/valve/OAuthAppTenantResolverValve.java
Outdated
Show resolved
Hide resolved
ThaminduDilshan
force-pushed
the
thamindu-clientId
branch
from
October 2, 2023 03:43
bb5b279
to
1046303
Compare
DMHP
previously approved these changes
Oct 2, 2023
sahandilshan
approved these changes
Oct 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduction
Currently the client ID is considered to be unique across the server and as a result the same client ID cannot be used in two different tenants. However, organization bound client ID is a valid requirement and we should provide this capability. This feature requires enabling tenant qualified URLs and tenanted sessions.
When tenant qualified URLs are enabled,
when tenant-qualified URLs are disabled,
Proposed changes in this pull request
Related Issue
Related PRs
Checklist (for reviewing)
General
Functionality
Code
Tests
Security
Documentation