Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Could I add params to handle auto-close after iframe load successfully #1453

Open
vctqs1 opened this issue Mar 27, 2024 · 0 comments
Open
Labels
question Further information is requested Salesforce IDP

Comments

@vctqs1
Copy link

vctqs1 commented Mar 27, 2024

Here is my cases

  • signout silent Salesforce IdP logout load via iframe
  • Salesforce automatically redirects to https://www.salesforce.com/ap/?ir=1, resulting in a response header of X-Frame-Options: SAMEORIGIN. This prevents the iframe from loading, causing the logout process to fail.

Because Salesforce is not support post_logout_url. so I've to do that by myself and help them redirect to my login page after logout
https://salesforce.stackexchange.com/questions/254591/openid-connect-single-logout
image

Expected: auto-close iframe and redirect by myself or maybe expect fn to createSignoutRequest then I'll do my own code to do that

@pamapa pamapa changed the title [feat] Couldd I add params to handle auto-close after iframe load successfully Apr 3, 2024
@pamapa pamapa added the question Further information is requested label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Salesforce IDP
2 participants