@@ -360,7 +360,7 @@ export const enUS: LocalizationResource = {
360360 step5 : 'Click <bold>Next</bold> to complete creating the application.' ,
361361 } ,
362362 serviceProviderInstructions : {
363- title : 'Configure service provider' ,
363+ title : 'Add service provider configuration to Okta ' ,
364364 paragraph1 :
365365 'Once you have moved forward from the General Settings instructions, you will be presented with the Configure SAML page.' ,
366366 paragraph2 :
@@ -517,6 +517,100 @@ export const enUS: LocalizationResource = {
517517 } ,
518518 } ,
519519 } ,
520+ samlGoogle : {
521+ mainHeaderTitle : 'Configure Google Workspace' ,
522+ createAppStep : {
523+ headerSubtitle : 'Create a new enterprise application in your Google Workspace' ,
524+ createAppInstructions : {
525+ title : 'Create a new enterprise application in Google Workspace' ,
526+ step1 : 'Sign in to Google Admin Portal' ,
527+ step2 : 'In the side navigation, under <bold>Apps</bold>, select <bold>Web and mobile apps</bold>' ,
528+ step3 : 'Click on the <bold>Add</bold> app button, and select <bold>Add custom SAML app</bold>' ,
529+ step4 : 'In the <bold>App details</bold> section, fill out the required <bold>App name</bold>.' ,
530+ step5 : 'Select the <bold>Continue</bold> button' ,
531+ } ,
532+ } ,
533+ identityProviderMetadataStep : {
534+ headerSubtitle : 'Configure identity provider metadata' ,
535+ modes : {
536+ title : 'Fill in your Google Workspace application details' ,
537+ ariaLabel : 'Configuration ' ,
538+ metadataUpload : 'Add via metadata' ,
539+ manual : 'Configure manually' ,
540+ } ,
541+ metadataUpload : {
542+ label : 'IdP metadata' ,
543+ uploadFile : 'Upload file' ,
544+ description : 'In your Google Workspace app, download the IdP metadata and upload it below.' ,
545+ } ,
546+ manual : {
547+ description : 'In your Google Workspace app, retrieve these values.' ,
548+ signOnUrl : {
549+ label : 'SSO URL' ,
550+ placeholder : 'Paste URL here...' ,
551+ } ,
552+ issuer : {
553+ label : 'Entity ID' ,
554+ placeholder : 'Paste URL here...' ,
555+ } ,
556+ signingCertificate : {
557+ label : 'Signing certificate' ,
558+ uploadFile : 'Upload file' ,
559+ replaceFile : 'Replace file' ,
560+ removeFile : 'Remove file' ,
561+ fileUploaded : 'File uploaded' ,
562+ } ,
563+ } ,
564+ } ,
565+ serviceProviderStep : {
566+ title : 'Add service provider configuration to Google Workspace' ,
567+ paragraph :
568+ 'To configure your service provider (Clerk), you must add these two fields to your Google Workspace SAML application:' ,
569+ serviceProviderFields : {
570+ acsUrl : {
571+ label : 'ACS URL' ,
572+ } ,
573+ spEntityId : {
574+ label : 'Entity ID' ,
575+ } ,
576+ } ,
577+ nameIdInstructions : {
578+ step1 :
579+ 'Under the <bold>Name ID</bold> section, select the <bold>Name ID</bold> format dropdown and select <bold>Email</bold>.' ,
580+ step2 : 'Select <bold>Continue</bold>' ,
581+ } ,
582+ } ,
583+ attributeMappingStep : {
584+ headerSubtitle : 'Map user attributes from Google Workspace to your application' ,
585+ paragraph : 'We expect your SAML response to return the user’s email, first name and last name.' ,
586+ step1 : 'In the <bold>Google Admin Console</bold>, find the <bold>Attributes</bold> section.' ,
587+ step2 :
588+ 'Select <bold>Add mapping</bold> for each attribute, and enter the following Google and app attribute:' ,
589+ attributeMappingTable : {
590+ columns : {
591+ googleAttribute : 'Google attribute' ,
592+ appAttribute : 'App attribute' ,
593+ } ,
594+ rows : {
595+ email : { name : 'mail' } ,
596+ firstName : { name : 'firstName' } ,
597+ lastName : { name : 'lastName' } ,
598+ } ,
599+ } ,
600+ } ,
601+ configureUserAccess : {
602+ headerSubtitle : 'Configure users access to the enterprise application' ,
603+ assignUsersInstructions : {
604+ paragraph1 :
605+ "Once the configuration is complete in Google, you'll be redirected to the app's overview page." ,
606+ step1 : 'Open the <bold>User access</bold> section' ,
607+ step2 : 'Select <bold>ON</bold> for everyone' ,
608+ step3 : 'Select <bold>Save</bold>' ,
609+ paragraph2 :
610+ 'Google may take up to 24 hours to propagate these changes. The connection will remain inactive until they take effect.' ,
611+ } ,
612+ } ,
613+ } ,
520614 } ,
521615 } ,
522616 createOrganization : {
0 commit comments