add instrospection feature
rsoletob opened this issue · 0 comments
rsoletob commented
The OIDC middleware only checks if the token is issued by an authorized issuer, using its keys to verify it, but the token could be revoked by the identity provider. Foulkon would check if token is valid using Introspection Endpoint when the identity provider could enable it.