{
  "issuer": "https://bergsonne-allgaeu.de",
  "authorization_endpoint": "https://aneymulvoqusrlbcjmrb.supabase.co/auth/v1/authorize",
  "token_endpoint": "https://aneymulvoqusrlbcjmrb.supabase.co/auth/v1/token",
  "jwks_uri": "https://aneymulvoqusrlbcjmrb.supabase.co/auth/v1/.well-known/jwks.json",
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "refresh_token", "client_credentials"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "none"],
  "code_challenge_methods_supported": ["S256"],
  "scopes_supported": ["openid", "email", "profile", "booking:read", "booking:write"]
}