Update authentik.md

I deleted the port number in the url section of the widget. When kept, the API throws an error but when removed, it works.
This commit is contained in:
Josue Carames 2024-04-30 19:51:13 -06:00 committed by GitHub
parent ea63716b61
commit d21aab240b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,6 @@ Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
```yaml ```yaml
widget: widget:
type: authentik type: authentik
url: http://authentik.host.or.ip:22070 url: http://authentik.host.or.ip
key: api_token key: api_token
``` ```