Commit 833f915
authored
chore(config): use generic placeholder URLs in the OIDC example (#329)
The EXTERNAL SSO / OIDC sample in .env.example hardcoded PGAN's pogoalerts.net
endpoints as the example provider. PoracleWeb is fully OIDC-provider-agnostic and
open source, so the example should not be branded to one deployment.
Replace the sample provider name and authorize/token/userinfo URLs with neutral
placeholders (My SSO / https://sso.example.com/...), generalize the intro to list
common providers (Keycloak, Authentik, Auth0, Okta), and add a note to swap in your
provider's real endpoints. The per-provider reference matrix (which carries no URLs)
is unchanged.1 parent 8dfcca5 commit 833f915
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments