Skip to content

Commit

Permalink
fix(core): fix SAML SLO config as environment variables (#11757)
Browse files Browse the repository at this point in the history
* fix(core): not possible to set SAML SLO config as environment variables

* Update packages/bp/src/core/config/botpress.config.ts

Co-authored-by: Laurent Leclerc Poulin <laurentlp@users.noreply.github.com>

Co-authored-by: Laurent Leclerc Poulin <laurentlp@users.noreply.github.com>
  • Loading branch information
davidvitora and laurentlp committed Apr 22, 2022
1 parent 4a7e0a9 commit ba75d9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/bp/src/core/config/botpress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,15 @@ export interface AuthStrategySaml {
* @default 5000
*/
acceptedClockSkewMs: number
/**
* Logout URL for SAML SLO provided by the IDP.
*/
logoutUrl: string
/**
* The logout callback URL for SAML SLO. The path provided here is absolute.
* For example, http://localhost:3000/api/v1/auth/logout-callback/saml/saml
*/
logoutCallbackUrl: string
}

export interface AuthStrategyOauth2 {
Expand Down

0 comments on commit ba75d9f

Please sign in to comment.