You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can no longer use Google+ based Auth dotnet/aspnetcore#6486
This causes authentication against google to fail, this has been fixed in later versions of Microsoft.AspNetCore.Authentication.Google.dll, I have tested with version 2.1.8, which seems to work fine.
Current behavior when you have signed into google, and you are returned to the URL you have specified in the google auth setup, but you get a 500 unavailable.
Since I do not have VS 2017 on this machine, I have not been able to try an actually build the entire project, just thought I would submit an issue, if other people come across this issue as well, so they do not have to spend as much time on it as me.
The text was updated successfully, but these errors were encountered:
Describe the Issue
You can no longer use Google+ based Auth
dotnet/aspnetcore#6486
This causes authentication against google to fail, this has been fixed in later versions of Microsoft.AspNetCore.Authentication.Google.dll, I have tested with version 2.1.8, which seems to work fine.
Current behavior when you have signed into google, and you are returned to the URL you have specified in the google auth setup, but you get a 500 unavailable.
To Reproduce
Create a simple login page that uses google as provider, and it will fail.
I used this example to test https://poshtools.com/2017/11/12/login-pages-powershell-universal-dashboard (Using the google provider instead)
Expected behavior
Authentication should be successful
Version Information
Additional context
Currently, you can just replace PowerShell\Modules\UniversalDashboard\2.6.0\netstandard2.0\Microsoft.AspNetCore.Authentication.Google.dll with a newer version from here:
https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.Google/2.1.8
That seems to work fine.
Since I do not have VS 2017 on this machine, I have not been able to try an actually build the entire project, just thought I would submit an issue, if other people come across this issue as well, so they do not have to spend as much time on it as me.
The text was updated successfully, but these errors were encountered: