Skip to content

Commit c33af86

Browse files
Fix config test
There is still an issue mapping client_auth_method
1 parent 60c4511 commit c33af86

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

deps/rabbitmq_auth_backend_oauth2/test/config_schema_SUITE_data/rabbitmq_auth_backend_oauth2.snippets

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@
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
[
@@ -359,10 +358,9 @@
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
]}

0 commit comments

Comments
 (0)