英文: Get homepage URL of applications user has access to from Microsoft Azure AD via Microsoft Graph ...
B2C令牌生命周期不起作用,新的访问令牌无法通过APIM。
英文: B2C token lifetime does not work and new access token cannot pass APIM 问题 我有我的ReactJS单页应用程序,我的We...
Azure AD身份验证 – 使用组织令牌调用Web API(多租户)失败。
英文: Azure AD auth - calling web api (multi-tenant) with organizations token fails 问题 I can provide a...
无法使用JWT令牌对Kusto客户端进行身份验证。
英文: Unable to authenticate Kusto Client using JWTToken 问题 我们使用Java 8和msal4j版本0.6.0-preview。要连接到 Kust...
Id token 和 access token 和 user info
英文: Id token and access token and user info 问题 我使用Angular作为前端,使用Spring Boot作为后端。 后端需要知道经过身份验证的用户。 似乎...
如何在我的.NET API中使用Azure AD登录?
英文: How can I use an Azure AD login for my .NET API? 问题 我有一个.NET 7 API,要求用户必须拥有Microsoft账户。为了让顾客更容易登...
如何在MSAL React应用程序中实现页面重新加载后保持IdToken?
英文: How to maintain the IdToken after page reload in MSAL React App? 问题 以下是翻译好的内容: 我正在React应用中使用MSAL...
Spring Security多令牌验证器
英文: Spring security multiple token validators 问题 这是我的SecurityConfig到目前为止: @Configuration @EnableWebS...
Angular MSAL – 对于Bearer令牌和AUD属性的疑问
英文: Angular MSAL - doubts about Bearer token and AUD property 问题 I'm trying to set up the MSAL libra...
trying to call the backend api from angular frontend but can't authenticate with azure AD because of cors preflight access-control-allow-orgin issue
英文: trying to call the backend api from angular frontend but can't authenticate with azure AD be...