Questions tagged [userinfo]

151 questions
0
votes
1 answer

User discovery project with github api?

I'm developing a project to find users by username using github api but when i type the username i can't get any result. my project aims to fetch the user information of the searched user from github. I can't find the error I've tried everything. My…
0
votes
1 answer

IdentityServer4 - access token only contains sub claim

I've finally been able to get an access token from IdentityServer, and use it to retrieve the UserInfo. However it seems that the access token I'm getting from IdentityServer only contains the sub claim. Here is an example…
Pieterjan
  • 2,738
  • 4
  • 28
  • 55
0
votes
2 answers

How can user create unique user name

I want to create a unique user name for my users, but this will be not system generated. Users can choose his/her user name. DB MongoDB Ex Github user name Current process sign-up get a verification link on the email go to the link, like…
Rahul
  • 1,858
  • 1
  • 12
  • 33
0
votes
1 answer

How to get user info on the server side of a website which is using kerberos?

The kerberos provide authentication control, but I still need to have some user-wise control so I want to get more user information(eg. uid). Thanks.
user875222
  • 3
  • 1
  • 2
0
votes
1 answer

Retrieving access token for UserInfo

I am wanting to be able to access the UserInfo endpoint /connect/userinfo but when I do so it says 401... implying authentication needed. So I ran into this article that talks about how we can implement it in .net code in order to be able to access…
0
votes
1 answer

How to get extendInfo and userInfo object in paytm callback response

I want to get custom form fields' values in Paytm payment success response, like customer name, email, contact no, other custom values which I have set.
0
votes
0 answers

Ho w to fetch the user information after successful user login in SAML OKTA

I am trying to integrate OKTA SSO into my spring boot application using SAML, When I try to get the user information after successful login I am getting a lot of user information, which looks like garbage value, I am not able to parse it and fetch…
Swathi
  • 156
  • 1
  • 2
  • 11
0
votes
1 answer

Get user information (groups, full name) from Active Directory

When a user opens my web application (JavaScript/React) they should see on the page their full name (eg. Makarov Viktor (locadm)) and a list of groups they participate in from Active Directory. Both web server and a user are in the same corporate…
Truvor
  • 9
  • 1
0
votes
1 answer

Equivalent of Oracles sys_context ('USERENV', 'Client_Identifier') in SQL Server

I have been looking for equivalent of Oracles sys_context ('USERENV', 'Client_Identifier') in SQL Server. I have been actively looking but got no correct answer, the above function is used in Oracle to identify the front end application user and I…
Ali Raza
  • 13
  • 3
0
votes
1 answer

Slack API - Get my lastest message to a user

How can I get my lastest message to a User? I have a bot, so I wanna know when is lastest time I contact (direct message, mention...) to it?
0
votes
1 answer

Xamarin IOS - UserInfo custom data dictionary is always empty

The method below shows how I create a notification. I append a new item to the UserInfo dictionary. private UNNotificationRequest CreateNotification(Geofence geofence) { var content = new UNMutableNotificationContent(); content.Title…
M Yil
  • 877
  • 1
  • 14
  • 35
0
votes
1 answer

Discord bot c# get userinfo (without parameter)and send back message

Hi I'm doing a Discord bot in c# and I'm trying to get the userinfo (preferably username) of the person who uses the command so ex: user types in command- ?response (username is hammerhead) bot reads username and outputs : "HammerHead" in a message…
Adam Saez
  • 3
  • 7
0
votes
1 answer

How do you assign a Role when it's in userinfo and not the jwt claims in spring security Oauth2?

How do you assign a Role when it's in userinfo and not the jwt claims in spring security Oauth2?
0
votes
1 answer

How to create more than one object from user input in c# console app?

in class File: class Employee { //PROPS public string Name {get; set;} public int Id {get; set;} //CONST. public Employee (string name, int id){ Name = name; Id = id; } in method class ( or in Main() ): public void…
dosnetCore
  • 55
  • 9
0
votes
0 answers

Unique identifier of connected client

I need some help finding out what functions can be used to get as unique information as possible about the connected client. All I know is how to get the client's ip address which can represent several machines, not only the connected client. Is it…
Arre
  • 125
  • 1
  • 7