-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename OneRoster folder folder and template * mod: shorten timeouts for web activities in upload to sds pipleline * mod: additional doc about inboundFlowId for ADF * rename OneRoster readme * fix: added back logic
- Loading branch information
1 parent
6ca40f5
commit c78e9b1
Showing
15 changed files
with
57 additions
and
58 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
CustomSolutions/SDS_ADF_ETL_Integrations/Canvas/Canvas_to_SDS_ADF_template.json
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ following steps: | |
|
||
| **Global parameter name** | **Type** | **Description** | | ||
| -------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| canvasAPIBaseUrl | string | Canvas API URL needed for retrieving data from Canvas. | | ||
| canvasAPIBaseUrl | string | Canvas API URL needed for retrieving data from Canvas. | | ||
| reportRecipientEmails | string | The list of email addresses to send email reports to. This needs to be entered as a json array in the following format: <br/><br/>[{"emailAddress":{"address":"[email protected]"}},{"emailAddress":{"address":"[email protected]"}}] | | ||
| clientSecretForSdsApiKeyVaultUrl | string | The key vault access URL for the client secret for SDS API access. <br/>Found in the key vault resource under Secrets -> ClientSecretForSdsCsvADF -> Current Version -> Secret Identifier | | ||
| canvasApiKeyVaultUrl | string | Store the customer canvasToken in key vault secrets and use that secret URL for this parameter. | | ||
|
@@ -126,7 +126,7 @@ following steps: | |
| useFamilyAndGivenNames | Bool | Will send familyName and givenName as required for users if the option to ''Create unmatched users' is chosen in SDS (otherwise optional). A value of false will not send familyName and givenName. | | ||
| staffSourceIdentifier | String | Staff attribute based on data that is coming from your SIS / SMS. Valid values are username, email, or activeDirectory. This can be left as is if using a sync that has already been created in SDS. | | ||
| staffMatchTarget | String | Property in Microsoft Entra ID to match to staff. Valid values are userPrincipalName or mail. This can be left as is if using a sync that has already been created in SDS. | | ||
| staffDomainAddon | String | A valid tenant domain to append to the source value if your staff data doesn't include the @domain value. (Example: contoso.onmicrosoft.com) This can be left as is if not using appending a domain or using a sync that has already been created in SDS. | | ||
| staffDomainAddon | String | A valid tenant domain to append to the source value if your staff data doesn't include the @domain value. (Example: contoso.onmicrosoft.com) This can be left as is if not using appending a domain or using a sync that has already been created in SDS. | | ||
| studentSourceIdentifier | String | Student attribute based on data that is coming from your SIS / SMS. Valid values are username, email, or activeDirectory. This can be left as is if using a sync that has already been created in SDS. | | ||
| studentMatchTarget | String | Property in Microsoft Entra ID to match to students. Valid values are userPrincipalName or mail. This can be left as is if using a sync that has already been created in SDS. | | ||
| studentDomainAddon | string | A valid tenant domain to append to the source value if your student data doesn't include the @domain value. (Example: contoso.onmicrosoft.com) This can be left as is if not using appending a domain or using a sync that has<br> already been created in SDS. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.