Skip to content

Auxiliary Python3 library that allows for simple parsing and usage of an SSO server's "well-known" endpoints

License

Notifications You must be signed in to change notification settings

EOEPCA/well-known-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License Build


WellKnownHandler

Auxiliary Python3 library that allows for simple parsing and usage of an SSO server's "well-known" endpoints
Report Bug · Request Feature

Table of Contents

About The Project

Auxiliary Python3 library that allows for simple parsing and usage of an SSO server's "well-known" endpoints. This library is created to support EOEPCA's project, but is generic enough to be used in any other environment.

Currently supported endpoints (easily expandable!):

  • OIDC
  • SCIM
  • UMA (2.0)

Built With

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

Just download the library using pip

pip install WellKnownHandler

Testing

pytest WellKnownHandler/tests

Usage

Checkout our main.py file for some examples of usage!

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

Contact

EOEPCA mailbox

Project Link: https://github.com/EOEPCA/well-known-handler

Acknowledgements

About

Auxiliary Python3 library that allows for simple parsing and usage of an SSO server's "well-known" endpoints

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages