Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

its-dirg/s2sproxy-module-comanage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COManage module for the SAML2 to SAML2 proxy

Build Status

Installation

git clone https://github.com/its-dirg/s2sproxy-module-comanage
cd s2sproxy-module-comanage
pip install .

Configuration

Instance attributes:

  • co_manage_url: url to the COmanage server (without trailing slash)
  • co_manage_auth: HTTP Basic Auth credentials for the COmanage server
  • co_id: the "collaborative organization ID" of the CO
  • idp_attribute_name: name of the attribute asserted by the IdP to use as user identifier, e.g. "eduPersonPrincipalName"

To use the attribute transformation module with the s2sproxy, add the initialized instance as the ATTRIBUTE_MODULE in proxy configuration (proxy_conf.py):

ATTRIBUTE_MODULE = COmanageAttributeModule(url, auth, co_id, attr_name)

About

s2sproxy module for COmanage.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages