简体   繁体   English

使用 AZURE B2C 身份验证的 Spring 启动 OAuth2 服务器

[英]Spring boot OAuth2 Server with AZURE B2C authentication

I am working on a Spring web application that uses Oauth2 for authentication, we have Oauth server to where the web applications redirect to and perform the form-based login.我正在开发一个使用 Oauth2 进行身份验证的 Spring Web 应用程序,我们有 Oauth 服务器到 Web 应用程序重定向到的位置并执行基于表单的登录。 I am trying to find a way to integrate the Oauth server with Azure AD B2C ie authentication should be done against the Azure AD B2C but the access token generation should happen in the Oauth server.我试图找到一种将 Oauth 服务器与 Azure AD B2C 集成的方法,即身份验证应该针对 Azure AD B2C 完成,但访问令牌生成应该在 Oauth 服务器中进行。

Is there a way to configure Oauth server to perform the Authentication against the Azure AD B2C?有没有办法配置 Oauth 服务器以针对 Azure AD B2C 执行身份验证?

If you are using OpenID Connect as the authentication protocol.You can add custom OpenID Connect identity providers into your user flows.如果您使用 OpenID Connect 作为身份验证协议。您可以将自定义 OpenID Connect 身份提供者添加到您的用户流中。

在此处输入图片说明

See this document for more details.有关更多详细信息,请参阅此文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM