Is it possible to use IS4 to generate a token and IS3 to validate it?
I'm migrating our STS to .NET Core with IS4 but I have some Web APIs that won't be migrated right now.
When I request my API I get the error: IDX10500: Signature validation failed. Unable to resolve SecurityKeyIdentifier: 'SecurityKeyIdentifier
If I use IS3 to generate the token, it works fine!
Does anybody have the same problem?