Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google+ API auth has been deprecated #1137

Closed
Claustn opened this issue Sep 18, 2019 · 1 comment
Closed

Google+ API auth has been deprecated #1137

Claustn opened this issue Sep 18, 2019 · 1 comment
Labels
bug Something isn't working enterprise
Milestone

Comments

@Claustn
Copy link

Claustn commented Sep 18, 2019

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

  • Windows 10 - 1903:
  • PowerShell Core 6.2.2:
  • Universal Dashboard Version 2.6.0:
  • UD Hosting Method: (Powershell )

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.

@Claustn Claustn added the bug Something isn't working label Sep 18, 2019
@adamdriscoll
Copy link
Member

Thanks! Got the change in the next version.

@adamdriscoll adamdriscoll added this to the 2.6.1 milestone Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enterprise
Projects
None yet
Development

No branches or pull requests

2 participants