Generating the log-on URL (My VIP and Self Service Portal only)
If you are configuring an IdP for My VIP or the Self Service Portal, generate an encoded URL. Use the parameters in Encoded Log-in URL parameters when generating the encoded URL.
The domain name
test.acme.com
in these sample URLs is provided for illustrative purposes only. You must replace test.acme.com
with your domain name in these URLs.- Complete the following steps to generate an encoded URL:
- Create a string using the Relying Party Identifier (RPID) and Relay State / Target App values in Encoded Log-in URL parameters. The string should be formatted as follows:RPID=<Relying Party Identifier>&RelayState=<Relay State / Target App>
- URL encode the string. Refer to https://social.technet.microsoft.com/wiki/contents/articles/13172.ad-fs-2-0-relaystate-generator.aspx for details on encoding the string.
- Append the encoded string to the string,?RelayState=.
- Append this new string to the end of the IDP URL String.The resulting encoded URL should be formatted as follows:https://test.acme.com/adfs/ls/IdpInitiatedSignon.aspx?RelayState= <URL encoded string>
Field | Sample URL |
|---|---|
IDP URL String | https:// test.acme.com /adfs/ls/IdpInitiatedSignon.aspx |
Relying Party Identifier (RPID) |
|
Relay State / Target App |
|
Next step: