I'm also facing the same issue.
The token is returned back with kid : xoQ0V3SJHAnA-QOShOVf40-VpxA
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am getting id token once i click on the user flow in azure ad b2c.
Now i simply need to validate that id token using the kid from the token header
But I cannot find key ids in discovery/keys url which matches with the kid of token header. I have tried below url to fetch the keys list
https://login.microsoftonline.com/{tenant_id}/discovery/v2.0/keys
https://login.microsoftonline.com/common/discovery/v2.0/keys
I am getting below kid from the token - X5eXk4xyojNFum1kl2Ytv8dlNP4-c57dO6QGTVBwaNk
This key id is not available in the list of keys.
I will really appreciate if someone helps me with this, as I am stuck on such a minor issue.
I'm also facing the same issue.
The token is returned back with kid : xoQ0V3SJHAnA-QOShOVf40-VpxA
you can find the kid via
https://login.microsoftonline.com/{tenant_id}/discovery/v2.0/keys?appid={application app id}