We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f74cff commit cbea4dfCopy full SHA for cbea4df
src/golf/auth/factory.py
@@ -172,7 +172,7 @@ def _create_remote_provider(config: RemoteAuthConfig) -> "AuthProvider":
172
173
return RemoteAuthProvider(
174
token_verifier=token_verifier,
175
- authorization_servers=[config.authorization_servers],
+ authorization_servers=config.authorization_servers,
176
resource_server_url=config.resource_server_url,
177
)
178
0 commit comments