Resource for blazor wasm app #5138
Unanswered
vitalybrandes
asked this question in
Q&A
Replies: 1 comment
-
I gust did check and this do works in Auth0 :-( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use Blazor as my UI. using oidc i am reviving the id_token. I am sending the audience as
builder.Services.AddOidcAuthentication(options =>
{
options.AdditionalProviderParameters.Add("resource", "https://api");
}
but token in the access_token that i receive back is short (null)... Any idea where to search?
Beta Was this translation helpful? Give feedback.
All reactions