You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`oauth_issuer` for postgres should be `https://login.microsoftonline.com/<tenant_id>/v2.0`
79
79
* It generates different JWTs for providers without custom scopes and with custom scopes.
80
-
The library can only validate JWTs with custom scopes, only use the short name without URI schema and UUID in the `scope` parameter in `pg_hba.conf`
80
+
The library can only validate JWTs with custom scopes; use the full scope name (api://<applicationid>/<scopename>) in the `scope` parameter in `pg_hba.conf`
81
81
82
82
## Google OIDC
83
83
Google has some quirks which are currently not supported by the core PostgreSQL oauth code. So for now this extension can unfortunately not support it.
0 commit comments