File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
deps/rabbitmq_auth_backend_oauth2/test/config_schema_SUITE_data Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 350350 "auth_oauth2.resource_server_id = new_resource_server_id
351351 auth_oauth2.access_token_format = jwt
352352 auth_oauth2.oauth_providers.p.introspection_endpoint = https://introspect
353- auth_oauth2.oauth_providers.p.introspection_client_auth_method = basic
354353 auth_oauth2.oauth_providers.p.introspection_client_id = rabbit
355354 auth_oauth2.oauth_providers.p.introspection_client_secret = rabbit_secret",
356355 [
359358 {resource_server_id, <<"new_resource_server_id">>},
360359 {oauth_providers, #{
361360 <<"p">> => [
362- {introspection_client_auth_method, basic},
363- {introspection_client_id, <<"rabbit">>},
364361 {introspection_client_secret, <<"rabbit_secret">>},
365- {introspection_endpoint, <<"https://introspect">>}
362+ {introspection_client_id, <<"rabbit">>},
363+ {introspection_endpoint, "https://introspect"}
366364 ]
367365 }}
368366 ]}
You can’t perform that action at this time.
0 commit comments