Reputation: 1332
I have an Identity Provider (IdP) that supports both SAML and OIDC protocols. Currently, I have integrated SAP BTP with the IdP using SAML for authentication (for the sake of the argument, it can be any other application using SAML protocol). Additionally, I have a native mobile app that interacts with the IdP using OIDC for user authentication within the app.
My objective is to call an API in SAP from the mobile app while maintaining the same security context that is established during OIDC authentication in the app.
QUESTION
How this can be achieved? Specifically, what steps or configurations are needed to ensure that the security context from the OIDC authentication in the mobile app is carried over when making API calls to SAP?
Any insights or examples illustrating this integration would be greatly appreciated. Thank you!
Upvotes: 0
Views: 50