Hi,
I'm trying to implement a OAuth using this lib.
My problem is that the issuer of the token is "https://sts.windows.net" instead of "https://login.microsoftonline.com/.../v2".
According to this thread this is caused by a wrong token version. So I've tried setting "accessTokenAcceptedVersion": 2 and waited a few days. However, it did not change.
I'm using the lib in version 1.24.0. It would be great if someone could give me a hint!