Fix OIDC to allow only client_secret_basic and client_secret_post auth methods

This commit is contained in:
Alex
2024-08-31 23:55:07 +02:00
parent 3e6268e6c6
commit bf563252fe
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## v2.1.1
### Fixes and improvements
- Fix OIDC to allow only client_secret_basic and client_secret_post auth methods
## v2.1.0
### Features