Replaces digitially by digitally

This commit is contained in:
Bruno Oliveira 2016-06-01 10:23:23 -03:00
parent 0f64cb28cd
commit fc05348190

View file

@ -31,7 +31,7 @@ how it works.
. The user visits the application and the application finds the user is not authenticated. It generates an XML authentication . The user visits the application and the application finds the user is not authenticated. It generates an XML authentication
request document and encodes it as a query param in a URI that is used to redirect to the {{book.project.name}} server. request document and encodes it as a query param in a URI that is used to redirect to the {{book.project.name}} server.
Depending on your settings, the application may also digitially sign this XML document and also stuffs this signature as a query Depending on your settings, the application may also digitally sign this XML document and also stuffs this signature as a query
param in the redirect URI to {{book.project.name}}. This is signature is used to validate the client that sent this param in the redirect URI to {{book.project.name}}. This is signature is used to validate the client that sent this
request. request.
. The browser is redirected to {{book.project.name}}. The server extracts the XML auth request document and verifies . The browser is redirected to {{book.project.name}}. The server extracts the XML auth request document and verifies