|
||||||||
PREV NEXT | FRAMES NO FRAMES |
<saml:Assertion>
.AuthenticationSession
is stored in a session store and retrieved
by giving the session ID.URL
which is derived
from an HttpServletRequest
URL, by substitution of a
public URL prefix for the real URL prefix.URL.openConnection()
, but
it has not yet been connected to by URLConnection.connect()
.allowUserInteraction = false
doInput = true
doOutput = true
requestMethod = request.getMethod()
useCaches = false
URLConnection
objects used to forward requests
to the remote online application.AuthenticationData
indexed by the SAML artifact.
AuthenticationServer
.
URLConnection
to the remote online application.
MOAIDConfiguration-1.1.xsd
, type MOAAuthDataType
,
naming predicates used by the LoginParameterResolver
.
at.gv.egovernment.moa.id.auth.servlet.StartAuthenticationServlet
is mapped to
at.gv.egovernment.moa.id.auth.servlet.VerifyAuthenticationBlockServlet
is mapped to
at.gv.egovernment.moa.id.auth.servlet.VerifyIdentityLinkServlet
is mapped to
<CreateXMLSignatureResponse>
sent by the
security layer implementation.<CreateXMLSignatureResponse>
Parses <CreateXMLSignatureResponse>
for error codes
Parses authentication block enclosed in
<CreateXMLSignatureResponse>
Verifies authentication block by calling the MOA SP component
Creates authentication data
Creates a corresponding SAML artifact
Stores authentication data in the authentication data store
indexed by the SAML artifact
Deletes authentication session
Returns the SAML artifact, encoded BASE64
<InfoboxReadResponse>
sent by the
security layer implementation.<InfoboxReadResponse>
Parses identity link enclosed in <InfoboxReadResponse>
Verifies identity link by calling the MOA SP component
Checks certificate authority of identity link
Stores identity link in the session
Creates an authentication block to be signed by the user
Creates and returns a <CreateXMLSignatureRequest>
containg the authentication block, meant to be returned to the
security layer implementation
|
||||||||
PREV NEXT | FRAMES NO FRAMES |