Hi,
I am using /api/jwt/reconcile api to get access token, it is working fine with Google IDP, but when I try to use it with AzureAD OpenID Connect, I am getting following error:
It is asking for data.code and data.redirect_uri.
When I am running for same thing for Google IDP then It's working fine without data.code and data.redirect_uri.
After that I have passed data.code and data.redirect_uri parameter value for AzureAD OpenID Connect. Then also it's showing error:
I have entered all correct details for this API according to FusionAuth Doc. But I am getting this error.
This is Event log of AzureAD OpenID Connect Identity provider after calling API.
I would really appreciate it if you could provide any advice or assistance to help me resolve this issue.
K
Latest posts made by kushalborda1997
-
Using reconsile api to get access token for AzureAD OpenID Connect