Add a Custom Authorization Provider
You can add an authorization provider to verify the users who are taking your training.
To add a custom authorization provider
Step 1: Click Administration > Manage Campus > Organization Tools > Remote Authorization Providers.
The Remote Authorization Providers page is displayed.

Step 2: Select Custom Authorization Provider from the dropdown and click New Provider.
The Create New Authorization Provider form is displayed.

Step 3: In the Name box, type the name of the authorization provider.
Step 4: In the Authorization Endpoint Url box, type the url of the endpoint your authorization will use.
Step 5: In the Authorization TTL box, type the number of seconds your authorization request will use for the time to live.
Step 6: In the Trigger Type dropdown, select what action should trigger your authorization request.
Step 7: In the Trigger Body box, type the data you would like to send in your authorization request. This must include $remoteAuthorization.SuccessUrl property.
Step 8: In the Content Type box, type the content type you would like to send in your authorization request. Eg: application/json.
Step 9: Click the Create button. A green Saved alert will appear. Click the Back button to return to the provider listing.
Last updated