|
OpenXPKI::Server::Authentication::NoAuthThis handler does not perform any authentication, it relies on an external party to pass in authenticated information.Handler returns undef unless the username attribute is a true value. If you provide the role attribute as parameter to the handler, it will be assigned to any incoming username. Otherwise the key role from the incoming message is used. In case rolemap is set, the role given role name will be translated using the map. Any additional parameters set in the incoming hash will be set as userinfo, except tenant which will be assigned to the Handle. The authinfo section can be set as parameter to the handler (HashRef), the key uid is always populated with the username. Login ParametersExpects the username given as username.Postprocess roleIf you need to postprocess the role information, inherit from this class and provide a parseRole method that receives the incoming message as key/value list and returns the name of the role as string.
Visit the GSP FreeBSD Man Page Interface. |