cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the entry URL of SSO?

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.

masonr_0-1577063271401.png

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.

(1) Solution

Hi @masonr ,

Could you try pointing your app to the following URL?

https://login.rightscale.com/login/session/new?idp={IDP_ID}&flow_return_to=https%3A%2F%2Fanalytics.rightscale.com%2F

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

spomeroy_0-1578001858083.png

View solution in original post

(2) Replies

Hi @masonr ,

Could you try pointing your app to the following URL?

https://login.rightscale.com/login/session/new?idp={IDP_ID}&flow_return_to=https%3A%2F%2Fanalytics.rightscale.com%2F

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

spomeroy_0-1578001858083.png

Great to know the endpoint for the SSO.

Thank you.