Questions tagged [userinfo]
151 questions
2
votes
1 answer
ios and a situation involving EXC_BAD_ACCESS
I'm struggling with the following scenario and could use some different perspectives to shed some light on me:
I have a self.backstack which is an array of sections to go "back" to when you hit the back button. I'm getting an EXC_BAD_ACCESS when the…

Jacksonkr
- 31,583
- 39
- 180
- 284
1
vote
1 answer
How do I pass more than one parameter to the selector in 'scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:'
I know user info is used to pass a parameter, but how do I pass more than one of these?
I'm guessing I have to use an object, but as I am fairly new to objective-c I don't really know if this is right and how to go about it?
Thanks!

Adam Carter
- 4,741
- 5
- 42
- 103
1
vote
3 answers
Is It Possible to Get User Info of Everyone Who Uses My App
If we didn't capture the information at signup is there a way to see who our users are?
Or if I have partial info on a user can I get more info they agreed to share?

Weldon Johnson
- 163
- 3
- 11
1
vote
1 answer
userInfo from push notification is empty in apple watch target
Hi We have a project with target for QA and target for production wrote in swift, and target for watch wrote in swiftui. in the both first targets, the push notification worked well, but in the watch target, push notification did received function…

Rachel
- 13
- 2
1
vote
0 answers
Attempting to retrieve user's email, name & gender after a "Sign in with Google" (C#) from the server
I've added the "Sign in with Google" button to my web app. This part is working successfully, when clicked, I'm shown the Google sign in/authorization screen.
Next I taking the return code back from google and am attempting to follow the code sample…

Adam
- 11
- 3
1
vote
1 answer
AD FS OpenID connect userinfo endpoint returns only sub
I'm currently having trouble getting user-info after successful sign-in with AD FS.
I setup my AD FS server and Web App by following Microsoft documentation.
token and access token after successful sign-in
I've also created relying party trust and…

Ibrahim
- 55
- 1
- 8
1
vote
1 answer
How to issue access token for both userinfo endpoint and resource server call with node-oidc-provider
Why does node-oidc-provider refuse to issued a single token for both /userinfo endpoint and api(resource server) call ?
I don't see at anywhere in both oauth2 and open id connect specs that the authorization server should not issue an access token…

Dahkenangnon
- 66
- 1
- 9
1
vote
1 answer
OAuth2 Session Timeout vs Session ID Timeout and Refresh Tokens
In my app, I allow my users to authenticate with their existing google, microsoft, etc accounts via OAuth2.
Everything runs smoothly. Upon getting callback to local redirect url, I successfully request and receive bearer token from endpoint. With…

SergioBrito
- 73
- 1
- 9
1
vote
1 answer
How do I get a user information from YouTube API V3 without using OAuth?
I'm trying to get user account details by using YouTube API V3
I can get the channel details without oauth. But now, I want to know user account details(email, profile) from YouTube without using oauth process
So, here is the scopes for getting user…

Ramya Ramaradjou
- 17
- 3
1
vote
0 answers
Does Safari with userinfo in URL ignore target="_blank"
For our website, we want all links to open in new tabs. Our QA specialist tried a URL like https://username@google.com and the page was open in the same tab. I am guessing that Safari does this for security reason, but I cannot find proof. Can…

Jason Hocker
- 6,879
- 9
- 46
- 79
1
vote
1 answer
Getting 401 from Google user info endpoint
I am trying to get users to authorize the app for "offline" access.
I have the token url as "https://oauth2.googleapis.com/token". I hit that with params such as the one-time code, client_id, client_secret, scopes etc to get a response containing…

Igor Shmukler
- 1,742
- 3
- 15
- 48
1
vote
0 answers
Unauthorized access 401 while accessing openid userinfo endpoint on ADFS server
I'm trying to access the openId userInfo endpoint for a user on ADFS(not hybrid), with the following request using WebClient API:
//accessToken variable contains access token data
string userInfoURL = "https://[base-server-url]/userinfo;
Uri…

Sachin Jose
- 9
- 3
1
vote
2 answers
Google oauth2 endpoint does not return user profile info (name etc)
I'm trying to use google oauth2 on my web service (golang), but can't get user profile info (given-name, family-name).
I'm trying various endpoints but every time get this kind of answer:
{
"id":"*************",
"email":"***@gmail.com",
…

Sergey
- 144
- 1
- 13
1
vote
1 answer
How to get the user details from social_django? And print all the details of all the users
I want to get the detail of all the users those who have login through google oauth and want to print all the details for my project.
I am just getting the detail of the current user who have login using the google login.

Kartik
- 83
- 9
1
vote
1 answer
Will Google + API shutdown affect APIs using "userinfo.email" scope which has "plus.me" dependency
We are getting user's email, display name and user image by accessing https://www.googleapis.com/plus/v1/people/me API with plus.me scope.
Because of the Google+ API shutdown, we are planning to use https://www.googleapis.com/oauth2/v2/userinfo API…

Adharsha Neel
- 452
- 4
- 16