Skip to content

Commit

Permalink
fix: issue 8042 RELEASE (#830)
Browse files Browse the repository at this point in the history
## Related Issues

Fixes descope/etc#8042
  • Loading branch information
nirgur authored Oct 27, 2024
1 parent 786f528 commit 7dd9d33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const load: () => Promise<{ apps: SSOApplication[] }> = async () =>
appType: SSOAppType.saml,
logo: 'logo1',
samlSettings: {
idpInitiatedUrl: 'http://idpInitiatedURL.com',
idpInitiatedUrl: '',
},
},
{
Expand All @@ -31,7 +31,7 @@ const load: () => Promise<{ apps: SSOApplication[] }> = async () =>
appType: SSOAppType.saml,
logo: 'logo3',
samlSettings: {
idpInitiatedUrl: 'http://idpInitiatedURL2.com',
idpInitiatedUrl: '',
},
},
],
Expand Down

0 comments on commit 7dd9d33

Please sign in to comment.