Umbraco 13.6 - MS Entra Scope issues (Resolved)
# help-with-umbraco
m
Hi all, I (and my team) are currently trying to authenticate Members through Entra and use our own API to deliver personalised data (the norm, I'm sure). We have been able to log in with Entra, and have a user created in the back office. However when we add the scope for access to the API in addition, we receive the following error
Copy code
Error: invalid_request, Description: AADSTS28003: Provided value for the input parameter scope cannot be empty when requesting an access token using the provided authorization code. Please specify a valid scope. Trace ID: da9098b6-ece0-446b-95ee-0527ea5f0200 Correlation
We're unsure if we're missing something on the Umbraco side or on the Entra App Registration side. If anyone has any experience they can share it would be much appreciated!
This has been figured out. Since we are using Entra B2C, we don't have the ability to authenticate on 2 scopes at the same time (I believe Entra AD does allow this). We will instead be authenticating the login and authorizing the API in seperate events.
3 Views