Skip to content

Commit

Permalink
GITBOOK-88: fix issuer in Matrix config
Browse files Browse the repository at this point in the history
  • Loading branch information
defguard-community authored and gitbook-bot committed Dec 5, 2023
1 parent c39cffe commit 0e11508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/openid-connect/proxmox-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ oidc_providers:
- idp_id: Defguard
idp_name: "Defguard"
discover: false
issuer: "https://yourdefguard.com"
issuer: "https://yourdefguard.com/"
client_id: "CLIENT_ID_FROM_DEFGUARD"
client_secret: "CLIENT_SECRET_FROM_DEFGUARD"
scopes: ["openid", "profile", "email", "phone"]
Expand Down

0 comments on commit 0e11508

Please sign in to comment.