-
Notifications
You must be signed in to change notification settings - Fork 550
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
Support MTLS Aliases for well known endpoint #5659
Conversation
...rbon.identity.core/src/main/java/org/wso2/carbon/identity/core/DefaultServiceURLBuilder.java
Show resolved
Hide resolved
...rbon.identity.core/src/main/java/org/wso2/carbon/identity/core/DefaultServiceURLBuilder.java
Outdated
Show resolved
Hide resolved
...wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/ServiceURLBuilder.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Anju Chamantha <[email protected]>
PR builder started |
PR builder completed |
There was a problem hiding this 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/8876568829
* @return {@link ServiceURL}. | ||
* @throws URLBuilderException If error occurred while constructing the URL. | ||
*/ | ||
ServiceURL build(String hostname) throws URLBuilderException; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this method as default cause some extension may fail because of method param mismatch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed with 0f13202
Purpose
This pr adds configurations
example depployment.toml configuration
Add support to build service URL with a given hostname
Related PRs