{
	"_comment": "https://www.fiorlaw.com is a public website with no protected APIs. This metadata is published so agents can discover authentication policy (RFC 8414 / OpenID Connect Discovery). Listed endpoints are reserved and do not issue tokens.",
	"issuer": "https://www.fiorlaw.com",
	"authorization_endpoint": "https://www.fiorlaw.com/oauth/authorize",
	"token_endpoint": "https://www.fiorlaw.com/oauth/token",
	"revocation_endpoint": "https://www.fiorlaw.com/oauth/revoke",
	"jwks_uri": "https://www.fiorlaw.com/.well-known/jwks.json",
	"grant_types_supported": ["authorization_code"],
	"response_types_supported": ["code"],
	"response_modes_supported": ["query"],
	"subject_types_supported": ["public"],
	"id_token_signing_alg_values_supported": ["RS256"],
	"token_endpoint_auth_methods_supported": ["none"],
	"code_challenge_methods_supported": ["S256"],
	"scopes_supported": ["read"]
}
