Navigate: Users and Groups ® Add user/group ® Select required users ® Assign.
6. Get Azure SSO URLs
Azure Field Use in AE
Identity Provider Single Sign-On URL AE Single Sign-On URL
Identity Provider Single Logout URL AE Single Logout URL
Certificate (Base64) Import into AE keystore if required
7. Create Keystore (.jks) File in PKCS12 Format
keytool -genkeypair -alias myserver -keyalg RSA -keysize 2048 -validity 365 -keystore mykeystore.jks -storetype JKS -storepass changeit -keypass changeit -dname "CN=localhost, OU=Dev, O=MyCompany, L=MyCity, ST=MyState, C=IN"
8. Configure SSO in AutomationEdge
Field Example / Source
Protocol SAML 2.0
Keystore Select the generated .jks file
Keystore Alias aealias
Keystore Password (as set above)
Single Sign-On URL Paste from Azure
Single Logout URL Paste from Azure
Click Save.
9. Update AE UI Configuration
Open: /aeui/WEB-INF/web.xml
Comment out POST if present.
Save and restart AE services.
10. Create SSO User in AE
Field Value
User Type SSO User
Username Same as Azure user.userprincipalname
IDP Username Same as Azure user.userprincipalname
Role ROLE_TENANT_USER
OrgCode As defined in Azure Claim
Click Create.
11. Test the SSO Login
2. Click Sign In with SSO ® Enter Organization Code
3. Login with Azure AD credentials
You will be redirected to the AutomationEdge Home Page confirming successful SSO login via
Azure AD (SAML 2.0).