mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-28 14:21:29 +00:00
pveum: remove auth
part from Keycloak issuer URL
Keycloak seems to have dropped the `auth` part with their 18.0 release. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7816b93a65
commit
fd1745711f
@ -461,7 +461,7 @@ example, you need to replace the `--issuer-url` and `--client-id` with
|
||||
your information:
|
||||
|
||||
----
|
||||
pveum realm add myrealm2 --type openid --issuer-url https://your.server:8080/auth/realms/your-realm --client-id XXX --username-claim username
|
||||
pveum realm add myrealm2 --type openid --issuer-url https://your.server:8080/realms/your-realm --client-id XXX --username-claim username
|
||||
----
|
||||
|
||||
Using `--username-claim username` enables simple usernames on the
|
||||
|
Loading…
Reference in New Issue
Block a user