Hi Team
need url to get JWT token to access api in the project from portman.
Thanks
8 Answer(s)
-
0
hi
If you are using Identity Server:
https://identityserver4.readthedocs.io/en/latest/endpoints/token.html -
0
How do we make Client secret key as required in api request and where we set this key and its expiry date ?
-
0
hi
You can get more info from identityserver4 docs.
https://docs.identityserver.io/en/release/topics/secrets.html
https://identityserver4.readthedocs.io/en/latest/reference/client.html
https://identityserver4.readthedocs.io/en/latest/topics/client_authentication.html -
0
hi
You can get more info from identityserver4 docs.
https://docs.identityserver.io/en/release/topics/secrets.html
https://identityserver4.readthedocs.io/en/latest/reference/client.html
https://identityserver4.readthedocs.io/en/latest/topics/client_authentication.htmlhi
i have enable secrete key required but its give invalid client error.can u give me the steps to configure secrete key required for token access and where we set the secrete key with expiration.We want to get the JWT token with Client Secrate key required from abp settings , pls provide us the example.
-
0
We want to get the JWT token with Client Secrate key required from abp settings , pls provide us the example?
-
0
hi
I don't understand what you mean too much. Can you explain in detail?
-
0
Hi ,
I want to get api token based on client secrete key and gives error "Invalid_Client" when we set*** require client secret*** in abp commercial settings.hope now you understand.
give us the steps to use client secret as required and how to get the token with client secret key in postman. -
0