-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add organization configuration service #246
Conversation
… release v1.3.15
… for next development iteration
49044cb
to
3c12979
Compare
3c12979
to
2c9b001
Compare
...ain/java/org/wso2/carbon/identity/organization/config/service/OrganizationConfigManager.java
Outdated
Show resolved
Hide resolved
* @throws OrganizationConfigException The exception thrown when an error occurs while adding the discovery | ||
* configuration. | ||
*/ | ||
void addDiscoveryConfiguration(DiscoveryConfig discoveryConfig) throws OrganizationConfigException; |
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.
Does that configuration manager get tenant id/tenant domain from the thread local? Is that the reason not to pass the tenant id/ domain from this service level it self ?
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.
yes it is picked from the thread local.
refer: https://github.com/wso2/carbon-identity-framework/blob/c750169c4818afed19155b8a0fbd9549b63ae115/components/configuration-mgt/org.wso2.carbon.identity.configuration.mgt.core/src/main/java/org/wso2/carbon/identity/configuration/mgt/core/dao/impl/ConfigurationDAOImpl.java#L689
…e/src/main/java/org/wso2/carbon/identity/organization/config/service/OrganizationConfigManager.java Co-authored-by: Anuradha Karunarathna <[email protected]>
Issue: wso2/product-is#16728