Skip to content

Commit

Permalink
Adding content-type warning on external claim provider response
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisSouquiere committed Oct 23, 2023
1 parent 24886b8 commit 1f8530a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/configuration/authentifications/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ and expect the following JSON as response :
}
}
````
::: warning
The response must contain the `Content-Type: application/json` header to prevent any issue when reading the response.
:::

**Groovy API**
````yaml
Expand Down

0 comments on commit 1f8530a

Please sign in to comment.