-
Notifications
You must be signed in to change notification settings - Fork 732
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
Need a way to update Console's Callback & Allowed Origins #18164
Comments
@UdeshAthukorala FE PR is merged: wso2/identity-apps#4842 And the tab is disabled. Please enable after BE PRs are merged. |
There's no requirement to externalize the console in Identity Server perspective. This requirement is there for Asgardeo. So treat this as a blocker to get IS RC deployed on Asgardeo. FYI: @darshanasbg @thanujalk |
Changing the priority level as this is a blocker for Asgardeo |
The UI implementation is already merged to the Console and is hidden from the UI for now until the API is merged. @malithie Should we keep it hidden and document to use the API for updating these URLs? |
Is this a tenat wide config ? Is that why we have an API ? |
Hi @malithie , With this improvement we can change console application's callBack URLs and allowed origins, from this updateInboundOAuthConfiguration API[1]. Since this is a tenanted API we can change it tenant wise. |
@brionmario BE PRs are merged. |
IMO, this is a server level requirement. Externalizing the console is not a requirement from the Identity Server perspective but from Asgardeo perspective. |
Yes, externalizing the console, don't needed to be a tenant wise option. Having server level config should be enough. |
Hi all, |
After having a further discussions with the team we have decided to introduce a new toml config as a server level to update console & myacount callback urls. For update allowed orgins we can use the existing cors configuration toml config. SO no need to have a seperate improvement for this. |
|
Is your suggestion related to an experience ? Please describe.
ATM, the API restricts any updates to the
api/server/v1/applications/<ID>/inbound-protocols/oidc
endpoint with PUT operations for Console application since it's treated as a system application by default.Describe the improvement
We need to allow this since it's needed if a user wants to externalize the Console.
Proposed UI
Additional context
A similar improvement was done to allow the update of Authentication Sequence of Console. (https://github.com/wso2/identity-api-server/pull/536/files)
The text was updated successfully, but these errors were encountered: