You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
headerSubtitle: 'Create a new enterprise application in your Azure portal',
623
+
createAppInstructions: {
624
+
title: 'Create a new enterprise application in Microsoft Entra',
625
+
step1: 'Sign in to Microsoft Azure Portal and go to <bold>Enterprise applications.</bold>',
626
+
step2:
627
+
"Click <bold>New application.</bold> You'll be redirected to the <bold>Browse Microsoft Entra Gallery</bold> page.",
628
+
step3: 'Select <bold>Create your own application.</bold>',
629
+
step4: {
630
+
label: 'In the modal that opens:',
631
+
subSteps: {
632
+
appName: 'Fill out your application name.',
633
+
nonGallery:
634
+
"Select <bold>Integrate any other application you don't find in the gallery (Non-gallery)</bold>.",
635
+
create: 'Select <bold>Create</bold>.',
636
+
},
637
+
},
638
+
},
639
+
assignUsersInstructions: {
640
+
title: 'Assign your users or groups in Microsoft',
641
+
paragraph1: 'You need to assign users or groups before they can use it to log in.',
642
+
step1: 'In the <bold>Getting Started</bold> section, select the <bold>Assign users and groups.</bold>',
643
+
step2: "Select <bold>Add user/group.</bold> You'll be redirected to the <bold>Add Assignment page.</bold>",
644
+
step3: 'Select the <bold>None Selected link.</bold>',
645
+
step4:
646
+
'To assign a user to the enterprise app, you can either use the search field to find a user or select the checkbox next to the user in the table.',
647
+
step5:
648
+
"Select <bold>Select</bold> at the bottom of the page. You'll be redirected to the <bold>Add Assignment</bold> page.",
649
+
step6: 'Select <bold>Assign</bold> at the bottom of the page.',
650
+
},
651
+
},
652
+
serviceProviderStep: {
653
+
headerSubtitle: 'Add service provider configuration to Microsoft Entra',
654
+
title: 'Configure service provider',
655
+
step1: 'In the side navigation, open the <bold>Manage</bold> dropdown and select Single sign-on.',
656
+
step2:
657
+
"In the <bold>Select a single sign-on</bold> method section, select <bold>SAML</bold>. You'll be redirected to the <bold>Set up Single Sign-On with SAML</bold> page.",
658
+
step3: 'Find the <bold>Basic SAML Configuration</bold> section.',
659
+
step4: 'Select <bold>Edit</bold>. The <bold>Basic SAML Configuration</bold> panel will open.',
660
+
step5:
661
+
'Add the following <bold>Identifier (Entity ID)</bold> and <bold>Reply URL (Assertion Consumer Service URL)</bold> values. These values will be saved automatically.',
662
+
step6: 'Select <bold>Save</bold> at the top of the panel. Close the panel.',
663
+
serviceProviderFields: {
664
+
acsUrl: {
665
+
label: 'Reply URL (Assertion Consumer Service URL)',
title: 'Fill in your Microsoft Entra application details',
676
+
ariaLabel: 'Configuration ',
677
+
metadataUrl: 'Add via metadata',
678
+
manual: 'Configure manually',
679
+
},
680
+
metadataUrl: {
681
+
label: 'Metadata URL',
682
+
placeholder: 'Paste URL here...',
683
+
description:
684
+
'On the <bold>SAML-based Sign-on</bold> page, find the <bold>SAML Certificates</bold> section. Add the <bold>App Federation Metadata Url</bold> below.',
685
+
},
686
+
manual: {
687
+
description:
688
+
'On the <bold>SAML-based Sign-on</bold> page, find the <bold>SAML Certificates</bold> section. Retrieve these values and add them below.',
689
+
signOnUrl: {
690
+
label: 'Single Sign-On URL',
691
+
placeholder: 'Paste URL here...',
692
+
},
693
+
issuer: {
694
+
label: 'Issuer',
695
+
placeholder: 'Paste URL here...',
696
+
},
697
+
signingCertificate: {
698
+
label: 'Signing certificate',
699
+
uploadFile: 'Upload file',
700
+
replaceFile: 'Replace file',
701
+
removeFile: 'Remove file',
702
+
fileUploaded: 'File uploaded',
703
+
},
704
+
},
705
+
},
706
+
attributeMappingStep: {
707
+
headerSubtitle: 'Map user attributes from Microsoft Entra to your application',
708
+
title: 'We expect your SAML responses to have the following specific attributes:',
709
+
paragraph:
710
+
"These are the defaults and probably won't need you to change them. However, many SAML configuration errors are due to incorrect attribute mappings, so it's worth double-checking. Here's how:",
711
+
step1: 'On the <bold>SAML-based Sign-on</bold> page, find the <bold>Attributes & Claims</bold> section.',
712
+
step2: 'Select <bold>Edit</bold>',
713
+
step3: 'Verify that the above three attributes and values are present.',
0 commit comments