How to get Access Token from the Identity Service manually - HappYness-Project/Happy-EventSourcing GitHub Wiki

Using Postman

  1. Create an user account throgh Identity

image

Click authorization code with PKCE
AUth Url: https://localhost:7281/connect/authorize
Access token URL : https://localhost:7281/connect/token

Press Send button to request Then you will see this screen.

After that, the login screen will pop up and it will request username and password. If login was successful, then it will show this page. image