Changes between Version 4 and Version 5 of doc/developer/ClientProtocol
- Timestamp:
- 06/25/07 14:04:27 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/ClientProtocol
v4 v5 44 44 The client browser is going to be redirected to another page in different circumstances: 45 45 === On the initial request: === 46 Login:47 login?gw_address=%s&gw_port=%d&gw_id=%s&url=%s46 Upon capture, the client will be redirected to the following URL by the gateway: 47 * login?gw_address=%s&gw_port=%d&gw_id=%s&url=%s 48 48 === After the initial request === 49 49 Once the login request is processed and client has been redirected to the gateway 50 50 51 51 If server returned AUTH_DENIED: 52 gw_message.php?message=denied 52 Note that you will normally never see that one in the standard auth server. The client won't be redirected back to the gateway. 53 * gw_message.php?message=denied 53 54 54 55 If server returned AUTH_VALIDATION: 55 gw_message.php?message=activate56 * gw_message.php?message=activate 56 57 57 58 If server returned AUTH_ALLOWED: 58 portal/?gw_id=%s 59 This is the portal redirect 60 * portal/?gw_id=%s 59 61 60 62 If server returned AUTH_VALIDATION_FAILED: 61 gw_message.php?message=failed_validation 63 Note that you will normally never see that one in the standard auth server. The client won't be redirected back to the gateway. 64 * gw_message.php?message=failed_validation