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

Improve DX - TIB should return the URL you need to use to SSO #110

Open
letzya opened this issue Jul 13, 2020 · 3 comments
Open

Improve DX - TIB should return the URL you need to use to SSO #110

letzya opened this issue Jul 13, 2020 · 3 comments

Comments

@letzya
Copy link
Contributor

letzya commented Jul 13, 2020

You can compose the URL yourself from the profile id and UseProviders.name but it would be **clearer, easier and cause fewer errors ** if TIB can just return it in another endpoint or a field

http://{DASH_HOSTNAME}:{DASH_PORT}/auth/{PROFILE_ID}/{UseProviders.name}

@letzya
Copy link
Contributor Author

letzya commented Jul 13, 2020

@sredxny what do you think?

@sredxny
Copy link
Contributor

sredxny commented Jul 14, 2020

@letzya which information would be provided? only the profile Id? am thinking in a route as:

http://{DASH_HOSTNAME}:{DASH_PORT}/metadata/{PROFILE_ID}/

does this fits with your toughts? In the frontend "identity management" I know that we are displaying the /callback url, wouldn't be similar to make the same but displaying the url: http://{DASH_HOSTNAME}:{DASH_PORT}/auth/{PROFILE_ID}/{UseProviders.name} ?
Just to have more context, in which use-cases this endpoint would be needed?

@sredxny
Copy link
Contributor

sredxny commented May 23, 2022

@letzya Hi! If this feature still valid? currently in dashboard when you create/read a profile it shows you that URL. So users only have to copy and paste

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