Hi
I am trying to use Elytron OIDC to authenticate users, using different identity providers.
But as others have already commented, and the issue
https://issues.redhat.com/browse/ELY-2202 states, Elytron assumes the access token is always a valid JWT.
I am not sure what the best way to add support for opaque access tokens is. But I am willing to spend some time coding and submitting a pull request if someone can guide me to what the proper solution would be. For my case (only authentication), a simple approach with an configuration option to either skip the access token or not fail if it is not a valid JWT would be enough.
Best regards,
Magne