@@ -12,27 +12,34 @@ Add/update the below information from newly created application in Azure AD:
1212::
1313
1414 sparkflows.sp.sso.enable=true
15-
16- 2. Create user automatically in application if user doesn't exist in Fire Insights, otherwise application will show page 'User not found'.
15+
16+ 2. authentication type - expected value (saml or oauth)
17+
18+ ::
19+
20+ sparkflows.authentication.type=saml
21+
22+
23+ 3. Create user automatically in application if user doesn't exist in Fire Insights, otherwise application will show page 'User not found'.
1724
1825::
1926
2027 sparkflows.sp.auto.user.create=true
2128
22- 3 . Enable the superuser to be able to log in with DB login
29+ 4 . Enable the superuser to be able to log in with DB login
2330
2431::
2532
2633 sparkflows.sp.db.login.enable=true
2734
28- 4 . Enable or disable global logout as needed
35+ 5 . Enable or disable global logout as needed
2936
3037::
3138
3239 saml2.global.logout=true
3340
3441
35- 5 . Update Ping Identity config information
42+ 6 . Update Azure AD config information
3643
3744::
3845
@@ -52,13 +59,13 @@ Add/update the below information from newly created application in Azure AD:
5259
5360``saml2.idp.entityid `` should be the Issuer ID of Ping Identity application.
5461
55- 6 . Configure Application Base URL
62+ 7 . Configure Application Base URL
5663
5764::
5865
5966 saml.sso.metadata-generator.entity-base-url=https://<sparkflows-dns>:8443
6067
61- 7 . Configure Server Name
68+ 8 . Configure Server Name
6269
6370If application is running behind load balancer, one needs to configure the below. Update the Fire Insights application URI.
6471
0 commit comments