Skip to content
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

[STORY] Have direct links to the console from docs #44

Open
nilminiwso2 opened this issue Oct 27, 2022 · 2 comments
Open

[STORY] Have direct links to the console from docs #44

nilminiwso2 opened this issue Oct 27, 2022 · 2 comments

Comments

@nilminiwso2
Copy link

For example, let's say we are guiding a user to create an application.

Instead of saying,

1. In the Asgardeo Console, Select the Develop > Applications.
2. Select Use Predefined and select Single-Page Application type.

we can directly link to https://console.asgardeo.io/develop/applications/templates and upon user login it should directly go to a URL like

https://console.asgardeo.io/t/<organization_name>/develop/applications/templates

where a user can directly do his task

@vordimous
Copy link
Contributor

This is a limitation in the Console UI. Because the console app is a SPA, it defaults every link to the homepage and then will let the user navigate. A static link from the docs or a blog or SO post should allow the user to end up at the right place with their most recent or default tenant. I have spoken to @darshanasbg about the improvement on the console side.

@vordimous
Copy link
Contributor

I looked up the issue is handled on the choreo side to see how the UX is working.

EX: https://console.choreo.dev/insights/devices and https://console.choreo.dev/insights/devices/ahdsfhjf
will both result in the user ending up on the https://console.choreo.dev/organizations/<org_name>/insights/devices page after auth flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants