Changes between Version 8 and Version 9 of proposals/ImprovedSecurityArchitecture


Ignore:
Timestamp:
Dec 15, 2010, 9:37:57 AM (14 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • proposals/ImprovedSecurityArchitecture

    v8 v9  
    138138[[Image(GeoNetworkLoginSequence.png)]]
    139139
     140==== logout ====
     141
     142In the logout service GeoNetwork the !UserSession and !SecurityToken are removed. Next request to GeoNetwork will request to GAAP a new !SecurityToken, that can be either an anonymous !SecurityToken (if no authentication is attempted) or a !SecurityToken containing details about the authenticated user.
     143
     144The UML Sequence diagram showing GeoNetwork logout is this:
     145
     146[[Image(GeoNetworkLogoutSequence.png)]]
     147
    140148
    141149=== Backwards Compatibility Issues ===