Skip to content

Commit

Permalink
feat(api): Add an example in oidc example file
Browse files Browse the repository at this point in the history
  • Loading branch information
theotime2005 committed Feb 5, 2025
1 parent 69114ed commit 6ab2e50
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions api/OIDC_PROVIDERS.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,27 @@
"logoutUrl": "https://seeds.example.net/logout",
"afterLogoutUrl": "https://app.dev.pix.org"
}
},
{
"identityProvider": "oidcFromSeedsNotVisible",
"organizationName": "SEEDSNOTVISIBLE",
"scope": "openid profile",
"slug": "seeds-not-visible",
"source": "sso-oidc-seeds-not-visible",
"clientId": "XXXI",
"clientSecret": "YYYZ",
"accessTokenLifespan": "72h",
"enabled": true,
"openidConfigurationUrl": "https://seeds.example.net/.well-known/openid-configuration",
"redirectUri": "https://app.dev.pix.org/connexion/seeds",
"shouldCloseSession": true,
"openidClientExtraMetadata": {
"token_endpoint_auth_method": "client_secret_post"
},
"additionalRequiredProperties": {
"logoutUrl": "https://seeds.example.net/logout",
"afterLogoutUrl": "https://app.dev.pix.org"
},
"isVisible": false
}
]

0 comments on commit 6ab2e50

Please sign in to comment.