I am having an issue when the user credentials are not passing to the webservice,
I have a stack overflow post and the response to my post said I should be using
jwtOptions.Authority = "https://login.microsoftonline.com/{tenantId}/v2.0";
however the sample code states
// Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
After a bit of searching it looks like the code is using Entra V1 endpoints, should this be updated to V2 endpoints?
I not sure if the advice I been given is correct or not (as neither work), but thought I should raise it incase the end points could be updated to a newer version.
The code sample in question is for BlazorWebAppEntraBff
Issue Details
⚠ Do not edit this section. It is required for issue processing.
I am having an issue when the user credentials are not passing to the webservice,
I have a stack overflow post and the response to my post said I should be using
jwtOptions.Authority = "https://login.microsoftonline.com/{tenantId}/v2.0";however the sample code states
// Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}After a bit of searching it looks like the code is using Entra V1 endpoints, should this be updated to V2 endpoints?
I not sure if the advice I been given is correct or not (as neither work), but thought I should raise it incase the end points could be updated to a newer version.
The code sample in question is for BlazorWebAppEntraBff
Issue Details
⚠ Do not edit this section. It is required for issue processing.