Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note the default and most popular authentication protocol in grouper-ws is http-basic (Authorization header), so for this and other reasons make sure your deployments of grouper-ws are protected with SSL.  In the v2.5+ container there is a param to enable self-signed SSL certs for quick starts if you dont have a real certificate yet.

Types of authentication

  1. Self-service JWT
  2. JWT from trusted authority
  3. Grouper built-in basic authentication
  4. Grouper LDAP authentication
  5. Tomcat authentication
  6. Apache authentication
  7. Kerberos user/pass
  8. Custom authentication
  9. Rampart (on top of something else)
  10. SSL certificates.  There is no documentation on this.  Do this with Apache or Tomcat and pass in the REMOTE_USER.
  11. other?  if you can get a REMOTE user _USER via apache or tomcat plugin or filter, it will work with Grouper WS

...