Owned App Registration
How to leverage your own application permissions for customized integration control.
Overview
Owned App Registration within your Microsoft tenant allows for a tailored configuration and heightened security settings. This advanced option is suited for users with proficiency in their Microsoft Entra environment who require custom control over their Microsoft integrations.
Reasons to Choose Owned App Registration
Specialized Access: Your requirements are not natively met via Rewst's Cloud Connector.
Enhanced Security Control: You need control over the application for security purposes.
Utilization of Existing Applications: You wish to integrate with already existing applications.
Configuration Instructions
Access the Azure Portal:
Navigate to Identity -> Applications -> App Registrations.
Create or Select an App Registration:
To create a new app, click New registration.
To use an existing app, select one from the Owned applications list.
Configure Redirect URL:
To ensure Rewst can communicate with your app registration after authentication, and receive security tokens post-authentication, set the redirect URI to
https://engine.rewst.io/integrations/bundles/microsoft_cloud/callback
Gather Essential Information:
Note the Client ID & Generate a Client Secret under Certificates & secrets.
Enter these credentials when configuring the application in Rewst.
Decide the Auth Subject:
Select common if your app registration is accessible across multiple tenants.
Choose Tenant ID if your registration is restricted to your own tenant, and ensure this ID is included in the Tenant ID field to generate the correct authentication URL.
Last updated