About the URLs
GUI: createUserUrl
URL parameters | Description | Required |
---|---|---|
clientId | The unique ID of the client, e.g. no.mediaconnect.test | ✔ |
returnUrl | A URL to redirect the user’s browser back to on success (the user will be logged in) | ✔ |
errorUrl | A URL to redirect the user’s browser back to if something goes wrong (the user might not be logged in) | ✔ |
credential | If specified, the credential field will have this value when the GUI is shown but will still be editable by the user (however, no GUI will be shown if the user already is logged in with this credential or if the user already is logged in and this parameter is not specified) | |
credentialSubmit | If this parameter is set (credentialSubmit=true) will be submit the form with credential given as credential parameter. | |
assumeNewUser | If true then ask for verification code password first, if false then ask for account password first. Default true for this URL. |
GUI: loginUrl
URL parameters | Description | Required |
---|---|---|
clientId | The unique ID of the client, e.g. no.mediaconnect.test | ✔ |
returnUrl | A URL to redirect the user’s browser back to on success (the user will be logged in) | ✔ |
errorUrl | A URL to redirect the user’s browser back to if something goes wrong (the user might not be logged in) | ✔ |
credential | If specified, the credential field will have this value when the GUI is shown but will still be editable by the user (however, no GUI will be shown if the user already is logged in with this credential or if the user already is logged in and this parameter is not specified) | |
assumeNewUser | If true then ask for verification code first, if false then ask for account password first. Default false for this URL. |
GUI: loginCheckUrl
<script>
tag to load different script depending on whether the user is logged in, e.g.
URL parameters | Description | Required |
---|---|---|
clientId | The unique ID of the client, e.g. no.mediaconnect.test | ✔ |
returnUrl | A URL to redirect the user’s browser back to on success (the user will be logged in) | ✔ |
errorUrl | A URL to redirect the user’s browser back to if something goes wrong (the user might not be logged in) | ✔ |
credential | If specified, the “already logged in” check will be done with this credential |
URL: azure
URL parameters | Description | Required |
---|---|---|
id | The id for which is the configuration to use for this process. | ✔ |
returnUrl | A URL to redirect the user’s browser back to. If success (the user will be logged in and validated for azure active directory access) this will be {returnUrl}/callback?azureStatus=success. If something went wrong (error occured) this will be {returnUrl}/callback?azureStatus=error. | ✔ |
URL: logout
URL parameters | Description | Required |
---|---|---|
clientId | The unique ID of the client, e.g. no.mediaconnect.test | ✔ |
returnUrl | A URL to redirect the user’s browser back to on success (the user will be logged in) | ✔ |
errorUrl | A URL to redirect the user’s browser back to if something goes wrong (the user might not be logged in) | ✔ |
URL: register
URL parameters | Description | Required |
---|---|---|
clientId | The unique ID of the client, e.g. no.mediaconnect.test | ✔ |
returnUrl | A URL to redirect the user’s browser back to on success (the user will be logged in) | ✔ |
errorUrl | A URL to redirect the user’s browser back to if something goes wrong (the user might not be logged in) | ✔ |
credential | If specified, the credential field will have this value when the GUI is shown but will still be editable by the user (however, the credential field will not be editable if the user already is logged in with this credential or if the user already is logged in and this parameter is not specified) | |
credentialSubmit | If this parameter is set (credentialSubmit=true) will be submit the form with credential given as credential parameter. |
URL: resetPassword
URL parameters | Description | Required |
---|---|---|
clientId | The unique ID of the client, e.g. no.mediaconnect.test | ✔ |
returnUrl | A URL to redirect the user’s browser back to on success (the user will be logged in) | ✔ |
errorUrl | A URL to redirect the user’s browser back to if something goes wrong (the user might not be logged in) | ✔ |
credential | If specified, the credential field will have this value when the GUI is shown but will still be editable by the user (however, the credential field will not be editable if the user already is logged in with this credential or if the user already is logged in and this parameter is not specified) | |
credentialSubmit | If this parameter is set (credentialSubmit=true) will be submit the form with credential given as credential parameter. |
URL: merge
URL parameters | Description | Required |
---|---|---|
clientId | The unique ID of the client, e.g. no.mediaconnect.test | ✔ |
returnUrl | A URL to redirect the user’s browser back to on success (the user will be logged in) | ✔ |
errorUrl | A URL to redirect the user’s browser back to if something goes wrong (the user might not be logged in) | ✔ |
abortUrl | A URL to redirect the user’s browser back to if user click on close widget (X) in gui, close component is not visible as default. | |
heading | It is possible to change the default heading in the gui, just with sending this param in url | |
credentialType | If type is not specified then is allowed to put e-mail or mobile, if is set to A - then e-mail is required, if B - mobile is required. Texts on gui will change depends of this credential type. |
URL: activateMembership
URL parameters | Description | Required |
---|---|---|
clientId | The unique ID of the client, e.g. no.mediaconnect.test | ✔ |
returnUrl | A URL to redirect the user’s browser back to on success (the user will be logged in) | ✔ |
errorUrl | A URL to redirect the user’s browser back to if something goes wrong (the user might not be logged in) | ✔ |
credentialType | If specified, the credential field will have this value when the GUI is shown but will still be editable by the user (however, the credential field will not be editable if the user already is logged in with this credential or if the user already is logged in and this parameter is not specified) |
URL: fulfillment
URL parameters | Description | Required |
---|---|---|
orderId | Order ID returned from the order API. Can be list of orders, but orders need to be from same merchant group id and with same paymentMethod - creditcard. | ✔ |
returnUrl | The (absolute) URL the user will be redirected to after the fulfillment is completed. | ✔ |
fulfillmentStatus value | Description |
---|---|
success | Indicating that the fulfillment was successful. |
cancel | Some payment methods allow the user to cancel the payment. |
error | An error occured. |
unknown | Unknown status, is only when was send with more than one order, and something goes wrong with at least one of them. |