Get information about the current authentication mode
GET//auth/info
Get information about the current authentication mode
Responses
- 200
Login was successful
- application/json
- Schema
- Example (from schema)
Schema
authURL stringrequired
JWT only
scheme stringrequired
{
"authURL": "/auth",
"scheme": "jwt"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET '/auth/info' \
-H 'Accept: application/json'
ResponseClear