Skip to content

Commit

Permalink
943: Remove non fapi compliant token-endpoint-auth-methods
Browse files Browse the repository at this point in the history
Some offered methods were not FAPI compliant

Issue: ForgeCloud/ob-deploy#943
  • Loading branch information
BohoCode committed Dec 14, 2022
1 parent bcf01f2 commit 5c0a4b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metrics:

dynamic-registration:
enable: true
supported-token-endpoint-auth-method: "client_secret_post,private_key_jwt,client_secret_basic,tls_client_auth"
supported-token-endpoint-auth-method: "private_key_jwt,tls_client_auth"

user-info.enable: true
introspection.enable: true
Expand Down

0 comments on commit 5c0a4b8

Please sign in to comment.