- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2015 11:38 AM
I've setup the SAML Update 1 plugin and have it configured for people to authenticate externally using the client's ADFS service. I've setup the plugin and confirmed the login script as described in Re: ADFS - Using LINK in email notifications not working .
With SAML Debug on I see a log entry indicating the RelayState parameter in URL is being set correctly.
Redirecting to: https://QQQQQ.com/adfs/ls?SAMLRequest=nVJNT%2BMwEP0rke9J3CihxGoqhVaISixEtMuBm7En1MKxsx4nZf/9Brcr4ABC...
Should the SAML Response sent back to SN from ADFS contain RelayState?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2015 11:42 AM
I had a logic error in my login script that was basically overwriting RelayState which sent users to a default page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2015 11:41 AM
After authentication completes in ADFS and it sends SAML response back to SN, how does SN know there is deep linking and should display the specific page for that incident?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2015 11:42 AM
I had a logic error in my login script that was basically overwriting RelayState which sent users to a default page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 10:26 AM
Hi rmathias,
We are also facing deep link re-direct issue. Can you share how you solved this issue. Thank you.