Axpert 11
TStructs (Forms)
- Create Form
- Create DC
- Create Fields
- Grid DC/frames
- Formulae in fields
- SQL in fields
- Drop down fields
- Autogenerate fields
- Table fields
- File upload fields in forms
- Photos & Image fields
- Fill Grid
- Posting data – Gen maps
- Updating fields in DB tables – MD Map
- Toolbars in tstructs
- Tracking changes/Audit trial
- Try it yourself
IViews
Scripts
Axpert Jobs
Axpert Cards
HTML Plug-ins
Users & Roles
Workflow
Axpert API
Application Var/Params
Publish Axpert Apps
Axpert Mobile
Settings
Utilities
Customization
WebServices
Axfast
Third Party SSO Integration
SSO Integration through OKTA
SSO Integration through Azure AD
Steps to Enable SAML SSO:
- Add/Enable below web.config keys
- ServiceProvider and PartnerIdentityProviders needs to be changed in saml.config file
- ServiceProvider Name: Identifier (Entity ID)
- AssertionConsumerServiceUrl: Reply URL (Assertion Consumer Service URL
- PartnerIdentityProvider Name: Azure AD Identifier url
- SingleSignOnServiceUrl: Login URL from Azure AD portal
- SingleLogoutServiceUrl: Logout URL from Azure AD portal
- Certificate FileName: Certificate name has to be specified here. And the same can be downloaded from Azure AD portal. Copy this into Saml_Certificates folder in webcode
<add key="SamlPartnerIdP" value=""/ >
<add key="ssologin" value=""/>
<add key="ssoredirecturl" value=""/>
Example:
<add key="SamlPartnerIdP" value="https://sts.windows.net/0b1513a2-8f4d-4478-ab27-28da7a534984/"/>
[After this, add application in Azure AD portal. It will generate 'Azure AD Identifier' url that needs to be copied ]
<add key="ssologin" value="saml"/>
<add key="ssoredirecturl" value="http://demo.agile-labs.com/"/>