https://github.com/broadinstitute/metabaron
OIDC access_token userinfo endpoint for multiple Providers
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Repository
OIDC access_token userinfo endpoint for multiple Providers
Basic Info
- Host: GitHub
- Owner: broadinstitute
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Size: 39.1 KB
Statistics
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
metabaron
OIDC access_token userinfo endpoint for multiple Providers. Introspects both opaque and JWT tokens. Used as a /userinfo endpoint in your favorite resource server. Useful if you want to "trust" multiple Oauth Providers.
format for sending to metabaron:
https://metabaron/introspect/?access_token=<token> or Authorization: Bearer <token> https://metabaron/introspect/
startup
DJANGO_SETTINGS_MODULE=metabaron.settings.local sh scripts/start.sh -- alter the metabaron/settings/<file> if you want different settings on startup. For instance if you want to point at a real DB.
Alter metabaron/scripts/start.sh if you want a different username/password as your admin. You can change after startup, too.
first login
go to http://localhost:8000/admin/ or however you set it up and use your username/password. Add JWKS URLs if they exist and add Introspection endpoints. Google and Globus are there by default. Globus Introspection will need clientID and Secret to auth to their endpoint.
docker and docker-compose
docker-compose -f docker-compose.yaml -p metabaron build
docker-compose -f docker-compose.yaml -p metabaron up
You might want to alter metabaron/settings/dockercompose.py to fit you. You might want to alter scripts/nginx.conf. This is where you'd do ssl via nginx (recommended).
Owner
- Name: Broad Institute
- Login: broadinstitute
- Kind: organization
- Location: Cambridge, MA
- Website: http://www.broadinstitute.org/
- Twitter: broadinstitute
- Repositories: 1,083
- Profile: https://github.com/broadinstitute
Broad Institute of MIT and Harvard
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| David Bernick | d****k@b****g | 19 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0