How do I configure a direct URL to NSP for IDP users?

Purpose

Users that login to an identity provider application can access NSP directly via a URL bookmarked in their browser, bypassing the NSP login page. An IDP administrator can include the URL in an IDP landing page to open NSP directly.

Steps
 

The URL for direct NSP launch is configured as follows:

https://NSP_IP/auth/realms/Nokia/protocol/openid-connect/auth?client_id=client_id&kc_idp_hint=alias&response_type=none&redirect_uri=https%3A%2F%2FNSP_IP/web

where

NSP_IP is the NSP IP address or hostname

alias is the SAML or OIDC alias for the IDP

client_id is the NSP client identifier with the IDP

End of steps