Keycloak seems to have dropped the `auth` part at some point in the past. Signed-off-by: Lukas Wagner <l.wag...@proxmox.com> --- pveum.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pveum.adoc b/pveum.adoc index 65d874a..6981d02 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -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 -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel