This section describes the limitations of PHP.
<base_url >[<startpage>][<arguments>]
startpage:
arguments:
service=<rawurlencoded service url> | Service URL for going back to web service | index,myaccount,changepassword |
casauth=1 | Enable CAS authentication | myaccount |
renew=true | When redirecting back to web service, carry the 'renew=true' argument to force reauthentication with CAS | index |
expired=1 | A flag that enables a different text to be displayed instead of the usual intro ("Your password is expired or inactive and has to be changed") | index,changepassword |
resetted=1 | A flag that enables a different text to be displayed instead of the usual intro ("Your current password can only be used in order to change the password") | index |
token=<auth_token> | Enable token authentication (a token must be registered first via the API) | changepassword |
Examples
http://myaccount.example.org/arcanum/myaccount.php?casauth=1&service=https%3A%2F%2Fservice.example.org%2Fpath%3Farg1%3Dfoo1%26arg2%3Dfoo2
http://myaccount.example.org/arcanum/index.php?expired=1&service=https%3A%2F%2Fservice.example.org%2Fpath%3Farg1%3Dfoo1%26arg2%3Dfoo2
http://myaccount.example.org/arcanum/index.php?resetted=1&service=https%3A%2F%2Fservice.example.org%2Fpath%3Farg1%3Dfoo1%26arg2%3Dfoo2
<APPLICATION_BASE_URL>/api.php?action=authorize_for_password_change&uid=<USERNAME>
Allowed from: IP addresses found in:
$config->login_servers $config->cas->host
Server will simply return a token. After you get this token, you will need to refer the user to go to:
<APPLICATION_BASE_URL>/changepassword.php?token=<TOKEN>
If there is an error, then the HTTP server status will be "405 Method Not Allowed" and the body of the HTML response will be the error string.
<APPLICATION_BASE_URL>/api_sms.php?smsc=%2B30123456&phone=%2B3069399999999&text=Body
Allowed from: IP addresses found in:
$config->smsgw->ip_receive
Arguments: