Skip to content

Commit

Permalink
Update description for oidc logout
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Apr 12, 2024
1 parent 0b15518 commit 32e30a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions management/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,12 @@ type Client struct {
// This feature currently must be enabled for your tenant.
RequirePushedAuthorizationRequests *bool `json:"require_pushed_authorization_requests,omitempty"`

// Deprecated: use OIDCLogout instead of OIDCBackchannelLogout
// URLs that are valid to call back from Auth0 for OIDC backchannel logout.
// This feature currently must be enabled for your tenant.
// Deprecated: use OIDCLogout instead of OIDCBackchannelLogout.
OIDCBackchannelLogout *OIDCBackchannelLogout `json:"oidc_backchannel_logout,omitempty"`

// URLs that are valid to call back from Auth0 for OIDC logout.
// This feature currently must be enabled for your tenant.
OIDCLogout *OIDCLogout `json:"oidc_logout,omitempty"`
}

Expand Down

0 comments on commit 32e30a8

Please sign in to comment.