Azure AD On-Behalf-Of with oAuth & SAML

三世轮回 提交于 2019-12-23 12:55:42

问题


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



来源:https://stackoverflow.com/questions/47908768/azure-ad-on-behalf-of-with-oauth-saml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!