I need one help on Authorization part.
we achieved below points.
1- We are able to get Management API token with client_id, client_secret, audience & “grant_type”:“client_credentials”
2- We are able to create user/get userinfo with this token.
3- we are able to get access_token & id_token by “grant_type”:“password”, with Username & Password.
Till here we are good.
Now Question is, we have our own API which is hosted in AWS, Now we need to Authorize that api with id_token (Considering user specific Token)
I am able to Authorize with Management API token, but that is static for all users, I need to authorize my API with User Based token when I can also get some claims values etc.
Hope my requirement is clear to you.
Let me know if you need any other information from my end.
Thanks in Advance.