Have you tried, by any chance, to create a Blazor Webassembly version of your library?
I was trying to create an application (Blazor WASM ASP.NET hosted) where the Login and ExternalLoginCallback methods (in hosted Web API) were being called by a service in Client App, but I'm getting CORS issues upon ChallengeResult return and I was wondering if you tried the same approach and ran into similar issues.
I'm happy to share the code and/or error details if you wish.
I remember trying a similar approach with Angular SPA and ASP.NET Core stack, but this sounds like an interesting idea. Will try implementing this and let you know!
Hi, there!
Have you tried, by any chance, to create a Blazor Webassembly version of your library?
I was trying to create an application (Blazor WASM ASP.NET hosted) where the Login and ExternalLoginCallback methods (in hosted Web API) were being called by a service in Client App, but I'm getting CORS issues upon
ChallengeResult
return and I was wondering if you tried the same approach and ran into similar issues.I'm happy to share the code and/or error details if you wish.
Best regards, Marco.