https://github.com/utrechtuniversity/yoda-external-user-service
A service that provides for external user enrollment and external user management via a HTTP API for Yoda: https://github.com/UtrechtUniversity/yoda
https://github.com/utrechtuniversity/yoda-external-user-service
python yoda
Last synced: 3 months ago
JSON representation
A service that provides for external user enrollment and external user management via a HTTP API for Yoda: https://github.com/UtrechtUniversity/yoda
- Host: GitHub
- URL: https://github.com/utrechtuniversity/yoda-external-user-service
- Owner: UtrechtUniversity
- License: gpl-3.0
- Created: 2018-09-03T06:58:02.000Z (about 7 years ago)
- Default Branch: development
- Last Pushed: 2025-05-20T07:21:51.000Z (5 months ago)
- Last Synced: 2025-05-20T08:28:41.271Z (5 months ago)
- Topics: python, yoda
- Language: Python
- Homepage: https://utrechtuniversity.github.io/yoda/
- Size: 655 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Yoda External User Service
Yoda External User Service (EUS) is a component of [Yoda](https://github.com/utrechtuniversity/yoda) that facilitates
authentication of users external to the main authentication provider (typically OIDC). It manages user accounts in a
local database.## Documentation
Generic Yoda documentation is available at: https://utrechtuniversity.github.io/yoda/## Contributing
### Bug reports
We use GitHub for bug tracking.
Please search existing [issues](https://github.com/UtrechtUniversity/yoda/issues) and create a new one if the issue is not yet tracked.### Questions and ideas
The best place to reach us about questions and ideas regarding Yoda is on our [GitHub Discussions page](https://github.com/utrechtuniversity/yoda/discussions).## License
This project is licensed under the GPLv3 license.
The full license can be found in [LICENSE](LICENSE).