[AAE-13305] remove unused authpath (#9294)

This commit is contained in:
Eugenio Romano
2024-01-30 16:23:56 +01:00
committed by GitHub
parent 9e05baf4a7
commit cb7f4ffda2
3 changed files with 2 additions and 9 deletions

View File

@@ -195,7 +195,6 @@ You can access an external provider to get an auth token for a user:
{
"oauth2" : {
"host": "http://myhost.com",
"authPath": "/my-custom-auth/token",
"clientId": "my-client-id",
"secret": ""
}