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

Maintain Issuer on Claims #20

Closed chrsin closed 10 months ago

chrsin commented 11 months ago

It looks like the issuer is lost and just set to the default value of "LOCAL AUTHORITY". Looking at the code it might be as simple as adding it to: https://github.com/ITfoxtec/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/blob/e3be3facf7a773e72eb8cc197d55047968c763d1/src/ITfoxtec.Identity.BlazorWA.Oidc/OidcAuthenticationStateProvider.cs#L40

Is there more to it than just adding it there and would that be a change you would accept? :)

Revsgaard commented 11 months ago

You are right is was lost, added in the this commit.

chrsin commented 11 months ago

Damn you are fast! :)

Do you have any upcoming release planned?

Revsgaard commented 11 months ago

I expect it to be released with the .NET8 update.

Revsgaard commented 10 months ago

Released in 1.6.5