We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9280d commit 47e10ceCopy full SHA for 47e10ce
src/components/settings/SettingsSSOTab/steps/NewSSOConfigAuthorizeStep.tsx
@@ -65,7 +65,7 @@ const SSOConfigAuthorizeStep = () => {
65
* Built using enterprise slug and uuid
66
*/
67
const linkToDownloadMetadataXML = formFields?.spMetadataUrl
68
- || `${configuration.EDX_ACCESS_URL}/samlp/metadata?connection=${enterpriseSlug}-${formFields?.uuid}`;
+ || `${configuration.EDX_ACCESS_URL}/samlp/metadata?connection=${enterpriseSlug?.toLowerCase()}-${formFields?.uuid}`;
69
70
return (
71
<>
0 commit comments