-
yhshin started the topic Can’t Validate a Token for Connect in the forum
Internet of Things 3 years, 3 months ago
Hi all,
I can’t validate a token for connect as shown, https://backstage.forgerock.com/docs/imb/5.5/imb-guide/index.html#imb-valid-connect.
I installed OpenAM 6.5 and IMB 5.5 and configured these products.
However, I could not receive the token in the way that is shown in…[Read more]
-
yhshin joined the group
Internet of Things 3 years, 3 months ago
-
yhshin replied to the topic Gettingi ID Tokens in OpenAM by using curl in the forum Access Management 3 years, 3 months ago
Thank you for helping me, James.
However, I met another issue.
I got the token with below command.
curl –request POST
–data “grant_type=password”
–data “username=device-1”
–data “password=password”
–data “scope=openid”
–data “client_id=oidc_client”
–data “client_secret=password”…[Read more] -
yhshin started the topic Gettingi ID Tokens in OpenAM by using curl in the forum Access Management 3 years, 3 months ago
Hi all,
I’ve run the curl command for getting ID tokens as shown in the page, https://backstage.forgerock.com/docs/imb/5.5/imb-guide/#imb-get-token.
But I’ve got the error message instead of the token.
{“error_description”:”Resource owner authentication failed”,”error”:”invalid_grant”}And my curl command is as below.
curl -s –insecure…[Read more]