Validate Third-party JWT as OAuth Bearer Token on Inbound REST API
Is there a method by which we can validate a JWT from a third-party Identity Provider that is passed as the OAuth Bearer token on an inbound API call? This is not an OIDC provider, they just use JWT instead of a standard OAuth 2 access token for sec...