on 2022 Jun 27 10:08 AM
Hi Team,
We are trying to explore encryption of keys and our data using credential store and we have performed below steps.
1. We have created an instance of credential store.
2. We have created a namespace and key type is "keyrings".
3. Instance is binded to our application with json config
.
4. Generated singed JWT using "username","oauth_token_url" and "client_private_key" provided in the binding result
(environment variables) and this is successful.
5. Now using this JWT as "client_assertion" along with "username" as client_id, grant_type as "client_credentials" and "client_assertion_type" as "urn:ietf:params:oauth:client-assertion-type:jwt-bearer" to generate access token. But we are getting 401 Unauthorized with error
{
Request clarification before answering.
User | Count |
---|---|
48 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.