
ajeml (ajeml) asked a question.
Is it possible to configure a SAML App Integration that takes users to a URL that is not the Assertion Consumer Service URL when they click on the button shown in their apps page?
In other words, can things be configured so the URL that opens when clicking on the app button is a separate url normally used for SP-initiated logins?

I think I have found a way forward:
Whilst it doesn't look like SP-initiated sign on can be configured directly, it is possible to create a Bookmark App (steps here - https://help.okta.com/en-us/Content/Topics/Apps/Apps_Bookmark_App.htm) to open the desired URL. The original app integration can be hidden.
Hello @ajeml (ajeml) Thank you for reacting out to our Community!
That is indeed the recommended approach for this. Please see our doc for this matter:
https://help.okta.com/en-us/Content/Topics/Apps/Apps_Bookmark_App.htm
Community members help others by clicking Like or Select as Best on responses. Try it today.
That is correct! In instances where applications do not support IdP initiated login, you can leverage SP initiated login via a bookmark app and "hide" the integration app (i.e. SAML).
As seen here:
Simulate an IdP-initiated flow with the Bookmark App
Thanks!