-
Hi, I have developed an application using MVC. I need to obtain a token for communication with a mobile application, and I am having trouble with this process. Can you guide me on which endpoints and parameters to use for token acquisition? I am using the latest version of ABP Framework. The addresses and parameters I'm using are provided below. /connect/authorize grant_type:authorization_code |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hi You can get an access token by password grant. |
Beta Was this translation helpful? Give feedback.
This belongs OAuth2 scope. You can Google it.
https://github.com/abpframework/abp/blob/dev/modules/openiddict/app/OpenIddict.Demo.Client.Console/Program.cs#L22