da19abc3d6
Drop the authorization-server scopes_supported tier from scope selection. That list is the server's catalog rather than what the resource needs, so falling back to it could request every scope the server supports when the protected resource metadata published an empty list. The chain is now WWW-Authenticate scope, then PRM scopes_supported, then the caller-configured scope, then omit; an empty published list falls through instead of pinning an empty scope. AS metadata is still consulted for whether offline_access may be added. The provider now works on a copy of the caller's OAuthClientMetadata, so the flow's scope selection no longer rewrites the caller's model and the configured-scope snapshot cannot pick up another provider's discovered scopes when metadata is reused across providers.