abhishekgoyan_3
Jun 07, 2018Nimbostratus
SSO using mobile application - REST API Call Post Request
When we open application on browser then for login we request below SSO URL with SAML Request and it internally does redirects to my.policy page. Working fine with the browser application.
https://login.vbgov.com/saml/idp/profile/redirectorpost/sso redirects to https://login.vbgov.com/my.policy for login
But for mobile login to work this redirect should not happen. We tried iRule - clientless-mode 1 but this will not help. iRule is the global configuration for all apps.
Mobile app needs REST API at IDP to post the SAML Request and then grant us the token/saml assertion without any redirect.