Skip to content

mpassid/MPASSid-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPASS-proxy

License Build Status Coverage Status

MPASS-proxy consists of several modules for Shibboleth Identity Provider v3, providing extensions for authentication, attribute resolution and audit logging. They can be used individually, but together they provide an open source implementation for the ECA Authentication standard's Auth proxy component. The standard is specified by the EduCloud Alliance.

For more information about the MPASSid, see https://www.oph.fi/mpassid.

Module descriptions

  • idp-attribute-impl-authnid: AuthnID -calculation implementation as specified by the ECA Auth standard.
  • idp-attribute-impl-ecadata: ECA Auth Data -connection implementation.
  • idp-authn-api-discovery: Interface module for authentication flow selection.
  • idp-authn-api-shibsp: Interface module for integrating SAML-based auth sources.
  • idp-authn-api-socialuser: Interface module for integrating OAuth2/OIDC-based auth sources.
  • idp-authn-api-wilma: Interface module for integrating Wilma auth sources.
  • idp-authn-impl-discovery: Implementation module for authentication flow selection.
  • idp-authn-impl-jwt: Implementation module for integrating (Opinsys/Peda.net) JWT auth sources.
  • idp-authn-impl-shibsp: Implementation module for integrating SAML-based auth sources.
  • idp-authn-impl-socialuser: Implementation module for integrating OAuth2/OIDC-based auth sources.
  • idp-authn-impl-wilma: Implementation module for integrating Wilma auth sources.
  • idp-mpass-monitor-api: Interface module for integrated SSO sequence monitoring.
  • idp-mpass-monitor-impl: Implementation module for integrated SSO sequence monitoring.
  • idp-mpass-parent: Parent module containing for instance version management for the libraries.
  • idp-mpass-rest-api: Interface module for metadata API.
  • idp-mpass-rest-impl: Implementation module for metadata API.
  • idp-profile-impl-audit: Some extensions for audit logging.
  • idp-profile-impl-metadata: Some extensions for metadata resolution.

Prerequisities and build instructions

cd idp-mpass-parent
mvn package

The command compiles all the source code and builds a JAR-package for each module (see target/ directories).

License

The MIT License Copyright (c) 2015 CSC - IT Center for Science, http://www.csc.fi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

MPASS proxy implementation (Java)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%