Azure Application Registration
Applicable Target: On-Premises (Single-tenant) Environment
To link the Security365 product with a Microsoft account, the customer's Azure account must beRequired permissions and Redirection URIYou need to create this registered Azure Application.
1. Create Azure Application
1.1 Application Creation
To sign up for Microsoft in an On-Premises (Single-tenant) environment, the customer must create an Azure application with the necessary permissions in their Azure account.
- with a Microsoft administrator accountMicrosoft Azure Integrated ConsoleAccess the page.
앱 등록Moving to the service page.새 등록Click the button to go to the application registration page. After entering the application name,등록Click the button.

1.2 API Permission Settings
Configure the permissions required for the application for SP login and account synchronization.
앱 등록Find and click on the application created on the service page.관리 > API 사용 권한Moving to the page.권한 추가Click the button andMicrosoft GraphSelect to add permissions to the application.

The permission information to be added is as follows.
| Microsoft API Types | Type | Permission | Description | Purpose |
|---|---|---|---|---|
| Microsoft Graph | Delegated Authority | View users' email address | SP Login | |
| Microsoft Graph | Delegated Authority | openid | Sign users in | SP login |
| Microsoft Graph | Delegated Authority | profile | View users' basic profile | SP Login |
| Microsoft Graph | Delegated Authority | RoleManagement.Read.All | Read role management data for all RBAC providers | Permission verification during registration |
| Microsoft Graph | Delegated Authority | RoleManagement.Read.Directory | Read directory RBAC settings | Permission verification during registration |
| Microsoft Graph | Delegated Authority | User.Read | Sign in and read user porfile | Account Synchronization |
| Microsoft Graph | Application Permissions | Directory.Read.All | Read directory data | Account Synchronization |
- After adding permissions,
관리자 동의 허용Click the button to approve the permissions requested by all accounts within the tenant.

1.3 Authentication Settings
You need to register a URI that can send authentication results when the user has completed logging in or logging out.
관리 > 인증Moving to the page.플랫폼 추가Click the button to웹platform and단일 페이지 애플리케이션Adding a platform.

The redirect URIs that need to be added for each platform are as follows.

| Type | URI | Description |
|---|---|---|
| Web Redirection URI | https://login.xxx.yyy/SCCloudOAuthService/openid/v2/callback/code | SP Login |
| https://login.xxx.yyy/SCCloudOAuthService/openIdCallback | SP Login | |
| Single Page Application Redirect URI | https://login.xxx.yyy/callback | SP Login |
| https://portal.xxx.yyy/signup | Sign Up | |
| https://portal.xxx.yyy/setting/inbound | Azure account integration |
※ xxx.yyy must be changed to the domain address for each environment.
- Allows the issuance of ID tokens to request tokens at the authorization endpoint.

저장Press the button to save the settings.
1.4 Certificate and Password Settings
To use the created Azure application, you need to obtain a client secret.
관리 > 인증서 및 암호Moving to the page.새 클라이언트 암호Click the button to issue the client password.

- This password is required later when setting the app information (Security365 Portal App Secret) on the Security365 master admin page, so please keep it safe separately.

2. Setting Azure Application Information in the Master Admin Page
Before completing the environment setup and registering, you need to enter the Azure application information on the master admin page of the management center.
- Log in to the management center with the master administrator account.
설정 > Azure 애플리케이션 설정Move to the tab.

-
Enter the following configuration values.
Settings Description Security365 Portal App ID Generated Azure Application ID Security365 Portal App Secret Generated Azure application client secret Azure Tenant ID Azure Directory (Tenant) ID -
수동 생성 앱 사용 여부checks. -
저장Click the button to save the settings. -
Once the setup is complete, proceed with the registration.
* How to Renew Client Password
- Microsoft Azure Integrated ConsoleAccessing __PH_0__.
- You will receive a new client secret for the existing application.
- Log in to the Security365 management center with the master administrator account.
설정 > Azure 애플리케이션 설정Move to the tab.SECRET 갱신Click the button and enter the existing password and the newly issued password.저장Click the button.
© SOFTCAMP Co., LTD. All rights reserved.