Azure AD On-Behalf-Of with oAuth & SAML

2019-06-27 17:00发布

问题:

We're using the Azure AD On-Behalf-Of flow for connecting a user to several services through a single API gateway. Now we'd like to add another service (Nextcloud, synced through LDAP) which only supports SAML 2.0 and no oAuth2.

Is it possible to somehow convert an oAuth-Token into a SAML-Token, maybe through an Azure AD API? Or is there some other way to connect this service I maybe haven't thought of?

回答1:

This is not possible currently. Also the authentication libraries (ADAL/MSAL) do not support SAML tokens