英文:
How do I go about configuring an IBM WebSphere application to utilise Azure Active Directory?
问题
我目前正在使用Azure进行实验,并希望将IBM WebSphere和Azure Active Directory集成。
现在,我已经尝试使用LDAP进行集成,但AAD似乎不直接支持它 - 这是可以理解的,因为它是一种传统的身份验证协议,根据我的阅读,它只适用于本地AD。
这意味着我现在正在搜索互联网,尝试找到SAML或OAuth的方法,但进展甚微。如果有人能提供任何指导,将不胜感激。
干杯!
英文:
So, I am currently playing around with Azure and I wish to integrate IBM WebSphere and Azure Active Directory.
Now, I have tried to do so using LDAP, but AAD doesn't seem to support it directly - which is understandable as it's a legacy auth protocol, and in my reading I've seen that it is only really an option for on-prem AD.
This means I'm now scouring the internet trying to find a method for SAML or OAuth but with little success. If anyone has any guidance, it would be really appreciated.
Cheers
答案1
得分: 1
你可以参考使用Azure将WebSphere Application Server和Liberty客户端配置为OIDC OP,了解如何将Microsoft AAD配置为WebSphere Application Server传统依赖方的OpenID Connect提供者(OP)。
另外,这里还有另一篇相关博客使用Azure Active Directory通过OpenID Connect保护Open Liberty应用程序,我们之前发布过。随时填写调查问卷与我们合作,获取有关将WebSphere传统、WebSphere Liberty和Open Liberty迁移到Azure的免费Microsoft帮助。
英文:
You can try with Setting up Azure as an OIDC OP for WebSphere Application Server and Liberty clients for how to configure Microsoft AAD as your OpenID Connect provider (OP) for the WebSphere Application Server traditional relying party (RP).
Besides, here is another related blog Securing Open Liberty applications with Azure Active Directory via OpenID Connect we published before. Feel free to fill out the survey to work with us and get free Microsoft help for your WebSphere Traditional, WebSphere Liberty, and Open Liberty migration to Azure.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论