GSSWEB PROTOCOL DESCRIPTION This file describes the protocol used for GSSWeb authentication. The client goes to //gss and does a POST containing: token: nonce: The server will respond by sending a JSON reponse: {gssweb: { token: "", nonce: ""}, application: { data: "", content-type: "", content-length: ""} } The "gssweb" section in the response is used for the GSS exchange. Upon completion of the GSS exchange, the "application" section is used by the client to reconstruct the application response upon completion of the GSS exchange.