Partner Site Navigation

Parters that have multiple sites (services) will require their users to navigate between sites. The PRIVO platform must act as the pass-through when navigating between sites. The login widget will handle this pass-through. The target URI is passed in the redirect_uri parameter in the authorization URL used to invoke the login widget. The client_id is for the target site must also be used in the authorization URL.

Example:

https://privohub-int.privo.com/oauth/authorize
        ?response_type=id_token%20token
        &client_id=s6BhdRkqt3-another-site-clientid
        &redirect_uri=https://another-site-client.example.org/
        &scope=openid%20profile%20user_profile%20additional_info
        &state=af0ifjsldkj
        &nonce=n-0S6_WzA2Mj