OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maksim Nabokikh 12339f2cef
feat: implement user identity creation and persisting consent (#4645)
11 hours ago
..
internal build: update Go to 1.24 1 year ago
signer feat: refactor signer configuration with local and vault options (#4532) 4 weeks ago
api.go feat(client): add allowed connectors field to client configuration (#4610) 5 days ago
api_cache_test.go fix: clean up in-memory connector before create (#4529) 3 weeks ago
api_test.go feat(connector): connectors for grants (#4619) 6 days ago
deviceflowhandlers.go fix(deviceflow): update redirect URIs to use absolute paths for non-root URLs (#4597) 2 weeks ago
deviceflowhandlers_test.go fix(deviceflow): update redirect URIs to use absolute paths for non-root URLs (#4597) 2 weeks ago
doc.go initial commit 10 years ago
errors.go fix(server): respond with forbidden if failed to authenticate (#4200) 3 weeks ago
errors_test.go fix: hide internal server error details from users 2 months ago
handlers.go feat: implement user identity creation and persisting consent (#4645) 11 hours ago
handlers_approval_test.go fix(server): handle double-submit on approval endpoint (#4620) 1 week ago
handlers_test.go feat: implement user identity creation and persisting consent (#4645) 11 hours ago
introspectionhandler.go feat: Add Vault signer for JWT (#4512) 1 month ago
introspectionhandler_test.go test: fix token introspection tests to use consistent timestamps (#4639) 3 days ago
oauth2.go feat: add PKCE (Proof Key for Code Exchange) configuration to OAuth2 settings (#4638) 3 days ago
oauth2_test.go feat: add PKCE (Proof Key for Code Exchange) configuration to OAuth2 settings (#4638) 3 days ago
refreshhandlers.go feat(connector): connectors for grants (#4619) 6 days ago
refreshhandlers_test.go feat: refactor signer configuration with local and vault options (#4532) 4 weeks ago
server.go feat: implement user identity creation and persisting consent (#4645) 11 hours ago
server_test.go feat(oauth2): add client credentials flow with opt-in config flag (#4583) 2 weeks ago
templates.go feat: Add default robots.txt (#2834) 3 years ago
templates_test.go use go 1.16 new package io/fs 5 years ago