Hello there!

Need Help? We are right here!

Support Icon
miniOrange Email Support
success

Thanks for your Enquiry. Our team will soon reach out to you.

If you don't hear from us within 24 hours, please feel free to send a follow-up email to info@xecurify.com

Search Results:

×

How to secure Microsoft Office365 using CASB Solution


Secure your Microsoft Office365 with the CASB solution to protect sensitive business information against unauthorized user access by enabling dynamic security restrictions, deep visibility, active threat detection, and granular access controls. In this guide, we will see how you can configure Office365 with miniOrange CASB Solutions for your organization.

Step 1: Sign up with miniOrange CASB

  • Sign in to the Cloud Access Security Broker (CASB) with your email and password. (Don’t have an account? No worries, click here to create a new account)
  • ecure Microsoft Office365 using CASB -login to dashboard

  • After signing in, navigate to the Authentication Source in the left sidebar.
  • ecure Microsoft Office365 using CASB- authentication source

  • You will see the list of all existing authentication sources configured in the CASB dashboard. Click on Add New to create a new one.
  • ecure Microsoft Office365 using CASB- add new

  • This will open the configuration screen for the Authentication Source. Enter the Authentication Source Name and click Download Metadata.
  • ecure Microsoft Office365 using CASB - enter authentication source

Step 2: Configure Microsoft Office 365 as a Identity Provider

  • Sign in to miniOrange IDP and go to the User Profile Fields as shown below in the image and click on it.
    (In this guide, we are using miniOrange as the IDP, but you can contact us at proxysupport@xecurify.com to set up your preferred IDP.)
  • ecure Microsoft Office365 using CASB- Add Application

  • Click on the Add Custom Profile Attribute button.
  • ecure Microsoft Office365 using CASB- Custom SAML App

  • Enter Field Name as Guid and Field Type as Textbox (select from dropdown). Click on save button.
  • ecure Microsoft Office365 using CASB- Import SP Metadata

  • This will create a custom attribute field as Guid as shown below in the image which will be used to sync the ImmutableID for the users.
  • ecure Microsoft Office365 using CASB- select the file

  • Now navigate to the Apps and click on the Add Application button .
  • ecure Microsoft Office365 using CASB- click next

  • Search for the Office 365 in the search box and click on it.
  • ecure Microsoft Office365 using CASB- Attribute Mapping section

  • Here, give the name of your application and go to Attribute Mapping. This application will be used to sync users from miniOrange IAM to Office 365.
  • ecure Microsoft Office365 using CASB- Applications

  • On the Attribute Mappings:
    • In NameID, select the Custom Attribute from the 1st dropdown.
    • Now select Guid over the 2nd dropdown (which we created in the previous step).
  • ecure Microsoft Office365 using CASB- copy to clipboard

  • Now navigate to the last tab Provisioning, enter your domain, and click on the Save button.
  • ecure Microsoft Office365 using CASB- copy to clipboard

  • Navigate to the newly created application and under the Actions column, click on the Edit button as shown below.
  • ecure Microsoft Office365 using CASB- Configure Authentication Source

  • It will open the Edit view of the application. Over there, go to Provisioning.
  • ecure Microsoft Office365 using CASB- improt format

  • Click on the Verify Microsoft Administrator button.
  • ecure Microsoft Office365 using CASB- click save

  • It will take you to the Microsoft login page. Log in with your Admin Credentials for your Microsoft account.
  • ecure Microsoft Office365 using CASB- add user

  • Once you are logged in with the admin user, it will show you the page below. Click on the Accept button.
  • ecure Microsoft Office365 using CASB- create group

  • Now go to Provisioning on the sidebar and in the Select Application dropdown, choose Office 365 / Azure AD.
  • ecure Microsoft Office365 using CASB- group name

  • Keep the Attribute section with the values shown in the image below, enable the required Provisioning Features, and click on Save once you are done.
    • Microsft Attributes miniOrange Attributes
      givenName First Name
      surname Last Name
      mailnickname Username
      userprincipalname Email Address
    ecure Microsoft Office365 using CASB- assgin group

  • Now go to the Apps on the sidebar and click on Add Application.
  • ecure Microsoft Office365 using CASB- click edit

  • Search for Custom SAML App and click on it.
  • ecure Microsoft Office365 using CASB- test connection

  • Click on the Import SP Metadata button as shown below.
  • ecure Microsoft Office365 using CASB- mo sign in

  • Provide a name for your Office-365 Authentication application, choose the File option, upload the file downloaded in step 1, and click on Import.
  • ecure Microsoft Office365 using CASB- app name

  • This step will import the metadata for SAML Authentication. Now go to the Attribute Mapping section.
  • ecure Microsoft Office365 using CASB- saml authenticator

  • In the Attribute Mapping, make the following configurations and click on the Save button:
    • NameID → Select the Custom Profile Attribute from the 1st dropdown and select Guid from the 2nd dropdown.
    • Click on Add Attribute button as shown below in the 3rd.
  • Group Attribute Mapping:
    • Attribute Name → groups
    • Attribute Value → User Groups (select from dropdown)
  • Name Attribute Mapping:
    • Attribute Name → fname
    • Attribute Value → Full Name (select from dropdown)
  • ecure Microsoft Office365 using CASB- attribute mapping

  • Navigate to the newly created application, click on the three dots under the Action column, and select the Metadata option.
  • ecure Microsoft Office365 using CASB- click 3 dots

  • Copy the Metadata URL and return to the CASB Dashboard.
  • ecure Microsoft Office365 using CASB- copy metadata

  • On the CASB Dashboard, go to Authentications Source and click on the Upload Metadata option.
  • ecure Microsoft Office365 using CASB- go to authentication source

  • Select Input Format as URL, paste the copied URL, and click on Import.
  • ecure Microsoft Office365 using CASB- click on import

  • A prompt will confirm that the metadata has been uploaded successfully. Click on the Save button to save the Authentication Source.
  • ecure Microsoft Office365 using CASB-click on save

Step 3: Configure Microsoft Office 365 in CASB

  • Navigate to Applications on the sidebar, go to Office 365, and click on the Configure button.
  • ecure Microsoft Office365 using CASB- go to office365

  • Select the Authentication Source from the dropdown that we created in the previous step, then click on Save and Next.
  • ecure Microsoft Office365 using CASB- select authentication source

  • Configure the following details and click on the Save button:
    • Application Name: Enter the name of your application
      Organization Domain: Enter the domain of your organization. (Ex: example.com)
      Attribute Key: Enter the Group Attribute Key for the SSO app, which you have configured in the IDP under the SAML attributes section.
      Name Attribute Key: Enter the attribute name like fname,Lname etc.
      Enter ACS URL: Enter the office365 ACS URL as : https://login.microsoftonline.com/login.srf
      Enter Entity URL: Enter the office365 Entity URL as : urn:federation:MicrosoftOnline
    ecure Microsoft Office365 using CASB- list of details

  • Once everything is configured, download the federation script.
  • ecure Microsoft Office365 using CASB- federation script

  • Note: Run the downloaded federation script using the following command:
  • powershell -ExecutionPolicy ByPass -File [Your File Name].ps1
    

  • After running the command in Windows PowerShell, a pop-up will appear and Enter your Office365 Admin account credentials.
  • microsoft office365 CASB admin account credentials

  • Open your authenticator app and enter the displayed number to approve the sign-in request.
  • microsoft office365 CASB approve sign-in request

  • The federation script successfully completed, as shown in the image below.
  • microsoft office365 CASB federation script successfully

Note:
To access your applications, you need to set up the miniOrange CASB extension. Click here to follow the steps.


External References

miniOrange CASB offers a wide variety of security features with flexible scalability, all available at the most affordable price to all types of businesses. Start by signing up now!


Not able to configure or test Microsoft Office365 CASB Soltuion?
No worry, you need to Contact us or email us at proxysupport@xecurify.com and we'll help you setting it up in no time.


Request a Free Demo!

  

 Thank you for your response. We will get back to you soon.

Please enter your enterprise email-id.

miniOrange CASB solutions making it affordable for organizations