
JeffS.41899 (Customer) asked a question.
Let's say I have app A in Azure and app B in AWS. I would like to sign into app A via Okta and then sign into app B without logging into Okta again. Both apps are SAML SP with okta as the IdP. Can I group the apps together?

Hello,
In an SP A initated flow if a user gets authenticated to Okta when he starts another SP B initiated flow he will be logged in automatically.
Two separate applications will have to be created according to the instructions below:
https://support.okta.com/help/s/article/Beginner-s-Guide-to-SAML
https://www.okta.com/integrate/documentation/saml/
There is no out of the box solution to having Okta as an IDP for Azure AD.
You can check these articles for possible configurations:
https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-compatibility
https://stackoverflow.com/questions/34297152/azure-ad-as-federation-provider-for-okta%E2%80%8B
https://docs.microsoft.com/en-us/azure/active-directory/b2b/what-is-b2b
Best regards,