ITfoxtec / ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect

ITfoxtec Identity for Blazor WebAssembly add support for OpenID Connect with PKCE.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

AuthorizedUris = audience? #24

Closed vitalybrandes closed 10 months ago

vitalybrandes commented 10 months ago

Is AuthorizedUris actually similar to "audience" in Auth0?

Revsgaard commented 10 months ago

No AuthorizedUris is to make it possible for the client to call APIs on other domains.

I think the ClientId is probable equal to audience in Auth0