Note: I don’t want to use custom authorization server. it is working fine with that. But when i try to validate with org authorization server. it is failing.
Access tokens created by org authorization server can not be verified locally through a JWT verifier as the signing keys for them are not present due to RFC restrictions. The only possibility to validate the tokens is by using the /introspect endpoint.