irods / irods_client_http_api

An iRODS C++ HTTP API using Boost.Beast
BSD 3-Clause "New" or "Revised" License
0 stars 8 forks source link

Test against other OIDC providers other than Keycloak #109

Open korydraughn opened 1 year ago

MartinFlores751 commented 9 months ago

A brief survey of public OpenID Providers' methods for validating access tokens:

A note on what we're trying to look for:

Ideally, we see if an introspection endpoint or JWT access token is provided. This is because they are well-defined methods in standards for verifying access tokens.