问题描述
我们正在使用 Azure AD代理流,用于通过单个API网关将用户连接到多个服务.现在,我们想添加另一种服务(Nextcloud,通过LDAP同步),该服务仅支持SAML 2.0,不支持oAuth2.
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.
是否可以通过Azure AD API将oAuth-Token转换为SAML-Token?还是有其他我可能没有想到的连接此服务的方法?
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?
推荐答案
当前无法实现.此外,身份验证库(ADAL/MSAL)不支持SAML令牌
This is not possible currently. Also the authentication libraries (ADAL/MSAL) do not support SAML tokens
这篇关于使用oAuth& amp;的Azure AD代理SAML的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!