- Flexera Community
- :
- Flexera One
- :
- Flexera One Forum
- :
- What is the entry URL of SSO?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use SAML 2.0 to integrate https://analytics.rightscale.com for SSO.
I visit this URL (https://analytics.rightscale.com), it will redirect to https://login.rightscale.com/login/session/new?flow_return_to=https%3A%2F%2Fanalytics.rightscale.com%2F when I did not log in.
At this time I need to manually enter the value of the SSO Identifier, and click "Log In", the webpage will jump to our company's IDP website for login, and then log in successfully and return to the (https://analytics.rightscale.com ).
During this whole process, there is a problem, our's users need to manually enter the SSO Identifier in order to log in to the Optima system.
So is there a parameter, I put it behind the entry URL, rightScale will automatically perform SAML login, such as (https://analytics.rightscale.com?sso={sso_identifier} )?
This is an important issue, and our developers did not find a description in the official RightScale documentation.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @masonr ,
Could you try pointing your app to the following URL?
Please replace {IDP_ID} with the ID number of you identity provider in Cloud Management.
You can find the IDP ID by right clicking the pencil to edit the Single Sign-On Provider in Cloud Management and copying the link address. It will be in the following format: https://my.rightscale.com/global/enterprises/{ORG_ID}/edit_sso?identity_provider_id={IDP_ID}
You could also retrieve it via the API: https://reference.rightscale.com/api1.5/resources/ResourceIdentityProviders.html#index
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @masonr ,
Could you try pointing your app to the following URL?
Please replace {IDP_ID} with the ID number of you identity provider in Cloud Management.
You can find the IDP ID by right clicking the pencil to edit the Single Sign-On Provider in Cloud Management and copying the link address. It will be in the following format: https://my.rightscale.com/global/enterprises/{ORG_ID}/edit_sso?identity_provider_id={IDP_ID}
You could also retrieve it via the API: https://reference.rightscale.com/api1.5/resources/ResourceIdentityProviders.html#index
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great to know the endpoint for the SSO.
Thank you.
