... |
... |
@@ -18,6 +18,7 @@ |
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"/}}. |