... |
... |
@@ -14,10 +14,11 @@ |
14 |
14 |
By clicking on the {{ficon name="plus-circle-outline"/}} button in the upper left corner, a new Identity Provider can be created. At first 4 buttons appear, by which the type of identity provider must be selected. The following types of Identity Providers are available: |
15 |
15 |
|
16 |
16 |
* [[OpenID Connect>>Formcycle.SystemSettings.UserInterface.ExternalUsers.openid]] |
17 |
|
-* [[OAuth 2 >>Formcycle.SystemSettings.UserInterface.ExternalUsers.oauth ]] |
|
17 |
+* [[OAuth 2 >>Formcycle.SystemSettings.UserInterface.ExternalUsers.oauth]] |
18 |
18 |
* [[SAML 2.0>>Formcycle.SystemSettings.UserInterface.ExternalUsers.saml]] |
19 |
19 |
* [[Facebook>>Formcycle.SystemSettings.UserInterface.ExternalUsers.facebook]] |
20 |
20 |
* [[Google>>Formcycle.SystemSettings.UserInterface.ExternalUsers.google]] |
|
21 |
+* [[Azure AD >>Formcycle.SystemSettings.UserInterface.ExternalUsers.azure]] {{version major="7" minor="1" /}} |
21 |
21 |
|
22 |
22 |
The individual options for configuring these identity providers are described in detail on the linked subpages. |
23 |
23 |
|
... |
... |
@@ -27,4 +27,4 @@ |
27 |
27 |
|
28 |
28 |
== Use data of the logged in user in forms == |
29 |
29 |
|
30 |
|
-The user data returned upon login can be used, among other things, to fill form fields. For this purpose, the placeholders [[[%$USER%]>>doc:Formcycle.UserInterface.Variables.WebHome||anchor="sec_user_variables"]], [[[%$LAST_USER%]>>doc:Formcycle.UserInterface.Variables.WebHome||anchor="sec_user_variables"]] and [[[%$INITIAL_USER%]>>doc:Formcycle.UserInterface.Variables.WebHome||anchor="sec_user_variables"]] can be set as values in form elements. Alternatively, this data can be accessed in JavaScript through the XFC METADATA object {{jsdoc page="metadata" name="user"/}}. |
|
31 |
+The user data returned upon login can be used, among other things, to fill form fields. For this purpose, the placeholders [[[%$USER%]>>doc:Formcycle.UserInterface.Variables||anchor="sec_user_variables"]], [[[%$LAST_USER%]>>doc:Formcycle.UserInterface.Variables||anchor="sec_user_variables"]] and [[[%$INITIAL_USER%]>>doc:Formcycle.UserInterface.Variables||anchor="sec_user_variables"]] can be set as values in form elements. Alternatively, this data can be accessed in JavaScript through the XFC METADATA object {{jsdoc page="metadata" name="user"/}}. |