brown62
Results
2
comments of
brown62
I'm having the same issue. The nonce I'm using to request the id_token is the same shown in my decoded id_token ``` const baseUrl = "https://login.microsoftonline.com/common/oauth2/v2.0/authorize" const params = new...
@mike-rambil Yeah that's the workaround I used. As long as you include the `openid` scope it returns an `id_token` without a nonce (as long as you exclude a nonce from...