website/docs: authentik starts lowercase (#1778)
* website/docs: Add Integrations/Provider/OPNsense * website/docs: Add missing steps + fix recs * website/docs: authentik starts lowercase * website/docs: authentik starts lowercase
This commit is contained in:
parent
1f05eaa420
commit
0f85fe3c29
|
@ -47,10 +47,10 @@ Another way is to use the CLI. SSH into any Proxmox cluster node, and issue the
|
||||||
|
|
||||||
`pveum realm add authentik --type openid --issuer-url https://authentik.company/application/o/proxmox/ --client-id xxx --client-key xxx --username-claim username --autocreate 1`
|
`pveum realm add authentik --type openid --issuer-url https://authentik.company/application/o/proxmox/ --client-id xxx --client-key xxx --username-claim username --autocreate 1`
|
||||||
|
|
||||||
You can find the Issuer URL on the Provider Metadata tab in Authentik. You can find the Client ID and Key on the Provider Edit dialog in Authentik.
|
You can find the Issuer URL on the Provider Metadata tab in authentik. You can find the Client ID and Key on the Provider Edit dialog in authentik.
|
||||||
|
|
||||||
After configuring the source in Proxmox, any user that logs in to Proxmox for the first time automatically gets an user named `<authentik username>@<pve realm name>`. In this example,
|
After configuring the source in Proxmox, any user that logs in to Proxmox for the first time automatically gets an user named `<authentik username>@<pve realm name>`. In this example,
|
||||||
Authentik user `bob` will get an user named `bob@authentik` in Proxmox. You can then assign Permissions as normally in Proxmox. You can also pre-create the users in Proxmox if you want
|
authentik user `bob` will get an user named `bob@authentik` in Proxmox. You can then assign Permissions as normally in Proxmox. You can also pre-create the users in Proxmox if you want
|
||||||
the user to be able to perform actions immediately after first login.
|
the user to be able to perform actions immediately after first login.
|
||||||
|
|
||||||
There is no way to directly trigger an OpenID Connect login in Proxmox, but if you set the source as 'default', it will be automatically selected on the Proxmox login screen.
|
There is no way to directly trigger an OpenID Connect login in Proxmox, but if you set the source as 'default', it will be automatically selected on the Proxmox login screen.
|
||||||
|
|
|
@ -26,7 +26,7 @@ See [Troubleshooting access problems](../troubleshooting/access.md), when set, t
|
||||||
This field is only used by the Proxy Provider.
|
This field is only used by the Proxy Provider.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Some applications can be configured to create new users using header information forwarded from Authentik. You can forward additional header information by adding each header
|
Some applications can be configured to create new users using header information forwarded from authentik. You can forward additional header information by adding each header
|
||||||
underneath `additionalHeaders`:
|
underneath `additionalHeaders`:
|
||||||
|
|
||||||
#### Example:
|
#### Example:
|
||||||
|
@ -38,7 +38,7 @@ additionalHeaders:
|
||||||
REMOTE-NAME: Joseph
|
REMOTE-NAME: Joseph
|
||||||
```
|
```
|
||||||
|
|
||||||
These headers will now be passed to the application when the user logs in. Most applications will need to be configured to accept these headers. Some examples of applications that can accept additional headers from an Authentik Proxy Provider are [Grafana](https://grafana.com/docs/grafana/latest/auth/auth-proxy/) and [Tandoor Recipes](https://docs.tandoor.dev/features/authentication/).
|
These headers will now be passed to the application when the user logs in. Most applications will need to be configured to accept these headers. Some examples of applications that can accept additional headers from an authentik Proxy Provider are [Grafana](https://grafana.com/docs/grafana/latest/auth/auth-proxy/) and [Tandoor Recipes](https://docs.tandoor.dev/features/authentication/).
|
||||||
|
|
||||||
## Object attributes
|
## Object attributes
|
||||||
|
|
||||||
|
|
Reference in New Issue