Questions tagged [azure-ad-v2]

5 questions
1
vote
1 answer

Calling my own API secured by AzureAD V2 from another tenant

I have a DotNet Core WebAPI living in my own Azure AD tenant. This WebAPI is secured via AzureAD V2 (!) BearerToken authentication. This API is called by an Angular SPA authenticated via OIDC (AzureAD v2) using @azure/msal-angular following the…
0
votes
1 answer

Clone GitLab Project with Azure AD V2 authentication in eclipse

I am using azure ad v2 to login my gitlab account and i wanted to clone project in eclipse. But when trying to clone the project it requires user name and password. Since i am using azure ad v2 i don't have user name and password to prompt. how can…
silentDev
  • 41
  • 6
0
votes
1 answer

Azure B2C API wrapper library - Does it exist?

I have an Azure B2C instance setup. I would like the ability to perform administrative duties such as search for users and set new passwords (not reset to temp password) from a custom ASP.NET Core project for a subset of users in our company. I know…
TheWebGuy
  • 11,429
  • 16
  • 52
  • 72
0
votes
0 answers

NoPermissionsInAccessToken when acessing GraphAPI in ASP.NET Core 3

I am using ASP.NET Core Web API 3, authorization code flow against AzureAD v2 + PKCE. When I get the acess_token within my controller and then try get a user photo via DelegateAuthenticationProvider, I receive NoPermissionsInAccessToken Message: The…
0
votes
0 answers

ASP.NET Core 2 Cookie Auth not working with JWT + OIDC (AzureAD v2 app registration)

I have the following setup for my application: services .AddAuthentication(options => { options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; options.DefaultAuthenticateScheme =…
Arturo Martinez
  • 3,737
  • 1
  • 22
  • 35