Hi
I have configured OIDC SPA application which is redirecting user to my actual application once users are authenticated. For authentication i have added Azure AD SAML IDP.
Current flow is SP initiated where my Okta SPA application acts as Service provider and will redirect to IDP.
Now I want to have IDP initiated flow how i can enable this in Okta. For reference i see that Auth0 has IDP initiated SSO option. i would also like to disable IDP initiated flow if enabling is provided. is their any way i can achieve enable/disable of IDP initiated flow for IDPS configured in Okta. Any documentation or guidance would be great.
I am also exploring the risks that are associated with IDP initiated Login. are there any Okta documentation that explains this (e.g. The Dangers of SAML IdP-Initiated SSO | Official Products & Services for IdentityServer). As Okta is Service provider in this case so if I use IDP initiated login what best practices that i need to follow.