Azure AD via OIDC
Prerequisites
You must have an Aerofiler subscription that supports Azure AD integration and Aerofiler Support must have enabled Azure AD integration for your Account
Setup Steps
Go to âAzure Active Directoryâ
In the Overview section, copy the Tenant ID (used later).
Go to âApp Registrationsâ (left menu)
Click âNew registrationâ at the top
For âNameâ, enter âAerofilerâ
In âSupported account typesâ select the most suitable for your organization which is most likely âAccounts in this organizational directory onlyâ (âSingle tenantâ)
For âRedirect URIâ enter the Redirect URL provided by Aerofiler. Typically this is in the form https://acme.aerofiler.com/auth/msal/callback or https://acme.aerofiler.com.au/auth/msal/ callback, where
acmeis your Aerofiler sitename.Click âRegisterâ (bottom)
Copy the âApplication (client) IDâ value for later
Click âAdd a certificate or secretâ, near âClient credentialsâ (top right)
In the âClient secretsâ area, click âNew client secretâ
Enter a relevant description and choose a suitable âExpiresâ value
Click âAddâ (bottom)
Copy the value in the âValueâ column. This is the Client Secret.
Send the following information to Aerofiler in a text file via the secure link provided by Aerofiler:
Tenant ID: [from step 2]
Client (Application) ID: [from step 9]
Client Secret: [from step 14]
Once the above is completed, Aerofiler may need to send you a link that needs to be clicked on to authorise the application within Azure AD.
Depending on chosen expiry period, a new Client Secret for this connection will need to be generated and given to Aerofiler before the current one expires, otherwise login through SSO will stop working.
Last updated