Activities of "Naren"

Hi Team need url to get JWT token to access api in the project from portman.

Thanks

How do we make Client secret key as required in api request and where we set this key and its expiry date ?

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

hi 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.

We want to get the JWT token with Client Secrate key required from abp settings , pls provide us the example?

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.

need full steps to set client secret key and how to use in postman to get token.

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.

We set secret client required here. using this secret key in postman. getting same invalid_client

Hi Where we will get this error log?

2021-03-25 11:56:57.205 +05:30 [INF] Request starting HTTP/1.1 POST https://localhost:44318/connect/token application/x-www-form-urlencoded 137 2021-03-25 11:56:57.221 +05:30 [DBG] Request path /connect/token matched to endpoint type Token 2021-03-25 11:56:57.236 +05:30 [DBG] Endpoint enabled: Token, successfully created handler: IdentityServer4.Endpoints.TokenEndpoint 2021-03-25 11:56:57.236 +05:30 [INF] Invoking IdentityServer endpoint: IdentityServer4.Endpoints.TokenEndpoint for /connect/token 2021-03-25 11:56:57.236 +05:30 [DBG] Start token request. 2021-03-25 11:56:57.236 +05:30 [DBG] Start client validation 2021-03-25 11:56:57.236 +05:30 [DBG] Start parsing Basic Authentication secret 2021-03-25 11:56:57.236 +05:30 [DBG] Start parsing for secret in post body 2021-03-25 11:56:57.236 +05:30 [DBG] Parser found secret: PostBodySecretParser 2021-03-25 11:56:57.236 +05:30 [DBG] Secret id found: xxxxx 2021-03-25 11:56:57.248 +05:30 [DBG] client configuration validation for client xxxxx succeeded. 2021-03-25 11:56:57.248 +05:30 [DBG] No matching hashed secret found. 2021-03-25 11:56:57.248 +05:30 [DBG] Secret validators could not validate secret 2021-03-25 11:56:57.248 +05:30 [INF] {"ClientId":"xxxxx","Category":"Authentication","Name":"Client Authentication Failure","EventType":"Failure","Id":1011,"Message":"Invalid client secret","ActivityId":","TimeStamp":"2021-03-25T06:26:57.0000000Z","ProcessId":,"LocalIpAddress,"RemoteIpAddress"","$type":"ClientAuthenticationFailureEvent"} 2021-03-25 11:56:57.248 +05:30 [ERR] Client secret validation failed for client: xxxxx.

Thanks

Showing 1 to 10 of 28 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11