Skip to content

Commit

Permalink
Use new sso setup suite link
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsha committed Jan 29, 2025
1 parent 5cc37b3 commit 0703265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descope/api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ func (e *endpoints) ManagementTenantSettings() string {
}

func (e *endpoints) ManagementTenantGenerateSSOConfigurationLink() string {
return path.Join(e.version, e.mgmt.tenantGenerateSSOConfigurationLink)
return path.Join(e.versionV2, e.mgmt.tenantGenerateSSOConfigurationLink)
}

func (e *endpoints) ManagementSSOApplicationOIDCCreate() string {
Expand Down

0 comments on commit 0703265

Please sign in to comment.