Replies: 3 comments 26 replies
-
Hello @Alik2015 , In SimpleIdServer, it is possible to configure one or more For example, the URL For more information about If you do not wish to use a
|
Beta Was this translation helpful? Give feedback.
-
@simpleidserver appreciate your responses. I tried using access token for current logged in user to call /master/userinfo endpoint and found that /userinfo does not include the user identifier id. Would I need to add manually if it is what I need, or is there another way to obtain this. Also is the docs with example of calling the api's for example /api/userinfo using my token returns 400 invalid token yet /master/userinfo works fine. |
Beta Was this translation helpful? Give feedback.
-
I made some modifications in the First, add a mapping rule to the Navigate to the administration website and execute the following tasks:
Finally, import the following Postman project. Ticket610.postman_collection.json It contains two HTTP requests:
This JSON is returned by the userinfo endpoint and contains the technical identifier of the user: |
Beta Was this translation helpful? Give feedback.
-
Given my new application which has a register page. What is the best way to register users into idserver? Also would the login by the user be done using idserver views and pages, or is it possible to log the user in using some api call? If there is any code in the project that can show this would be perfect.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions