Share via


2.2.12 Update Configuration Message

The Update Configuration message is sent from the configuration server to the client and contains configuration information.

This message MUST be processed when included in an HTTP response with any status code.

 Update-Configuration-Message = "PassportURLs:" DARealm "," DALogin ","
  DAReg "," Properties "," Privacy "," GeneralRedir "," Help "," ConfigVersion
 DARealm = "DARealm=" token
 DALogin = "DALogin=" httpURL
 DAReg = "DAReg=" httpURL
 Properties = "Properties=" httpURL
 Privacy = "Privacy=" httpURL
 GeneralRedir = "GeneralRedir=" httpURL
 Help = "Help=" httpURL

DARealm: A string that MUST specify the name of an authentication server realm. The protocol does not impose restrictions on the DARealm string format.

DALogin: MUST specify the URL of the authentication server for the realm identified by DARealm. The URL MUST be valid in form, as specified in [RFC1738].

DAReg: Specifies the URL (in the format specified in [RFC1738]) in which a user can register for an account in the realm identified by DARealm.

Properties: Specifies a URL that displays the properties of a user account in the realm identified by DARealm.

Privacy: Specifies the URL of the human-readable privacy policy for the realm identified by DARealm.

GeneralRedir: Specifies a general-purpose redirector URL.

Help: The URL in which the Help page SHOULD be located for the realm identified by DARealm.

ConfigVersion: An integer that specifies the version number of this collection of configuration information.

Example:

 PassportURLs: DARealm=Passport.Net,DALogin=sign-in.live.com/login2.srf,
 DAReg=https://accountservices.passport.net/UIXPWiz.srf,
 Properties=https://accountservices.msn.com/editprof.srf,
 Privacy=https://accountservices.passport.net/PPPrivacyStatement.srf,
 GeneralRedir=http://nexusrdr.passport.com/redirect.asp,
 Help=https://accountservices.passport.net,ConfigVersion=14