Open Closed

Azure AD API Delegated Authentication #4181


User avatar
0
tjp102 created
  • ABP Framework version: v6.0.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Not-tiered, layered
  • Exception message and stack trace: N/A
  • Steps to reproduce the issue: N/A

Hello,

In our current ABP project, we already use OIDC with Azure AD to authenticate users to our project. We want to also have the ability for the client-side to call different APIs with different scopes through Microsoft Azure using authentication requested from Microsoft. Is there a way to do this using ABP?

These other APIs are also registered in Azure Active Directory and granted the delegated permission to our application registered in azure active directory and developed using abp framework. When calling the API, the API is needed to authorize with an access token when the user signs into the application. These APIs are developed not using abp framework.

Thanks


1 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    ABP uses default OpenIdConnect protocol for authentication. You can check microsoft docs for delegated authentication since we don't have any dedicated libraries about it.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11