FeatureFuel
1

OpenID configuration

Source: supabase/supabase#38983 · opened by @svrooij
Presumably Supabase Auth already has a lot of the openid connect protocol on board. And in this case we would like to validate a token from supabase in our own api.

All platforms I know of support enabling JWT authentication by specifying the authority, it will then look for {authority}/.well-known/openid-configuration where it loads the [respective configuration]( For jwt validation it uses the iss and the jwks_uri from the documentation.

Do you have any plans to enable this by default for all projects? It would greatly improve in interoperability of supabase tokens

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests