google-openid Questions
1
I have an MVC 4 web application that is currently using the out-of-the-box OpenId Google Login. This has been deprecated by Google and so, I need to migrate this to one of Google's supported method...
Rondelet asked 23/9, 2014 at 12:54
1
I've included Google signin in my webapp using this docs but when I try to load the site from Safari in private mode I always get following error in console
QuotaExceededError: DOM Exception 22: A...
Geoff asked 18/10, 2015 at 17:1
0
I'm creating a simple web application that will use Google authentication to return an OpenID token, and then pass that token to AWS using javascript WebIdentityCredentials.
What I have done:
C...
Blackandwhite asked 20/1, 2016 at 17:55
1
I'm having a hard time learning how to integrate Google OpenId support to my spring 3.1 web application (including Spring security 3.1).
I've found some documentation and tutorials but it have not...
Basir asked 12/9, 2012 at 16:52
3
Solved
I see OpenID logins available everywhere, and decided that I should look into implementing my own provider on my server so I can control my information and my login.
This is, surprisingly, q...
Osculate asked 12/2, 2015 at 2:43
1
Solved
I'm using Google's OpenID Connect service to authenticate users. I was considering rejecting all accounts if the email_verified field was false, but I don't see a real world scenario where someone ...
Teletype asked 20/5, 2015 at 17:5
2
Solved
I am currently using the Users API (this one here) with the Go language on my Google App Engine application. My users are getting the warning message when they first grant permissions that says "Op...
Heron asked 31/3, 2015 at 15:47
1
Solved
I went exactly by the instructions for integrating google sign-in:
https://developers.google.com/identity/sign-in/web/sign-in#specify_your_apps_client_id
sign-in works, but sign-out gives a javas...
Upstart asked 23/4, 2015 at 6:55
3
Jenkins and Gerrit have both plugins for OpenID 2.0, but this API has been deprecated by Google May 19 2014 (https://developers.google.com/accounts/docs/OpenID) making it impossible for new install...
Delete asked 6/10, 2014 at 11:37
1
Questions:
1) What's the best way to integrate OpenID Connect authentication into a webapp that uses Spring Security for authentication?
2) Is there any way - either from the MITREid side of thin...
Leontineleontyne asked 10/12, 2014 at 18:49
1
I am migrating from Google OpenID 2.0 to OpenID Connect. I am currently using Microsofts ACS which uses Googles depreciated OpenID 2.0 for authentication. This means my realm was automatically set ...
Cineraria asked 28/8, 2014 at 4:7
3
I am beginner of authentication and authorization but I have to connect to a openid connect provider on my job. I know a little about how to use Spring Security.
First, I got UserInfo object than...
Prairial asked 7/8, 2012 at 15:26
3
Solved
For years I have used OpenID delegation to log in to Stack Overflow (among other sites) using my own URI as OpenID but having Google handle the authentication. I use the technique described in this...
Locomobile asked 14/1, 2015 at 14:15
1
Since Google deprecated OpenID 2.0 https://developers.google.com/accounts/docs/OpenID2
What django libraries are present which support the new settings?
I am trying to add Google OpenID using dja...
Ruwenzori asked 20/11, 2014 at 13:18
1
Solved
In Google's OpenID Migration Guide, for transitioning from OpenID 2.0 to OpenID Connect, step 1 is that I need to obtain OAuth credentials for my application.
One thing I like about "regular" Open...
Candiecandied asked 30/12, 2014 at 23:38
1
Solved
I want users to my website to use Google Accounts to authenticate / sign in to my website. The primary use case being users will edit and generate content and we want to log ownership in a secure w...
Mainland asked 14/12, 2014 at 16:55
1
Solved
If you're logged into multiple Gmail accounts, Google changes the URLs to reference which account you're currently using. For example:
https://mail.google.com/mail/u/0/#inbox/138d85da096d2126 for ...
Trauner asked 4/10, 2014 at 0:45
2
I'm trying to figure out what I need to do in order to achieve seamless SSO sign up.
When an administrator of a domain installs my google app, all of the users on his/her domain, should be able t...
Snub asked 27/2, 2014 at 16:2
1
Solved
I have begun the process of Migrating from Google OpenID to the OpenID Connect with OAuth 2.0 following what is presented in the Documentation. I am able successfully complete the workflow of retri...
Hopple asked 3/4, 2014 at 15:37
2
Solved
Usually using the Google OpenId works fine, thousands of times a day, then it will start intermittently going wrong and timing out for an hours or so (some requests will validate but not all). Repe...
Philo asked 8/4, 2012 at 11:7
1
Solved
Today, without any change on my live site, logging in with the Google external login provider stopped working. This only happens to users that have a google login, other providers are fine. This al...
Misbelief asked 26/1, 2014 at 23:50
3
Solved
I would like to build a simple web application and let partners embed it within their sites. I intend to let the partners embed it using an iframe, much like youtube:
The app would require login...
Antecedence asked 23/1, 2014 at 12:33
1
Solved
I'm having a heck of a time here trying to use google OAuth to authenticate users in my node express app. I can successfully do the OAuth, which returns a response like so:
{
access_token: 'token...
Snakebird asked 23/11, 2013 at 7:26
2
Solved
Problem:
My organisation, ExampleFooBar, uses Google Apps. On our website I want
to enable OpenID Single Sign-In (like StackOverflow), but only allow
@examplefoobar.com email addresses to sign...
Ingate asked 16/1, 2012 at 9:33
1
Solved
I am using Openid4Java to implement Openid for my app on GAE. I am also using Shiro for security. The day before i had reached a stage where things were failing for credentials matching, i.e discov...
Churchyard asked 11/10, 2013 at 15:17
© 2022 - 2024 — McMap. All rights reserved.