berhir / BlazorWebAssemblyCookieAuth

This sample shows how to secure a Blazor WebAssembly application with cookie authentication. It uses OpenID Connect to request security tokens and ProxyKit to forward request to a REST API.
57 stars 11 forks source link

Prevent open redirector #3

Closed leastprivilege closed 3 years ago

leastprivilege commented 3 years ago

Could be e.g. used for phishing attacks...

Otherwise nice sample! thanks for sharing!

berhir commented 3 years ago

@leastprivilege thank you for pointing this out! I think I will change it to a 400 error later