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 c3bc1d7466
feat: add auth_time, prompt, and max_age fields (#4662)
2 days ago
..
internal build: update Go to 1.24 1 year ago
signer fix(localSigner): simplify Algorithm method to always return RSA algorithm (#4655) 4 days ago
api.go feat(client): add allowed connectors field to client configuration (#4610) 1 week 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) 2 weeks ago
deviceflowhandlers.go fix(deviceflow): update redirect URIs to use absolute paths for non-root URLs (#4597) 3 weeks ago
deviceflowhandlers_test.go fix(deviceflow): update redirect URIs to use absolute paths for non-root URLs (#4597) 3 weeks ago
doc.go initial commit 10 years ago
errors.go fix(server): respond with forbidden if failed to authenticate (#4200) 4 weeks ago
errors_test.go fix: hide internal server error details from users 2 months ago
handlers.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
handlers_approval_test.go Two-Factor authentication (TOTP) (#3712) 3 days ago
handlers_test.go feat: implement user identity creation and persisting consent (#4645) 5 days ago
introspectionhandler.go feat: Add Vault signer for JWT (#4512) 1 month ago
introspectionhandler_test.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
mfa.go Two-Factor authentication (TOTP) (#3712) 3 days ago
oauth2.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
oauth2_test.go feat: add PKCE (Proof Key for Code Exchange) configuration to OAuth2 settings (#4638) 1 week ago
prompt.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
prompt_test.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
refreshhandlers.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
refreshhandlers_test.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
server.go Two-Factor authentication (TOTP) (#3712) 3 days ago
server_test.go feat(oauth2): add client credentials flow with opt-in config flag (#4583) 3 weeks ago
session.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
session_test.go feat: add auth_time, prompt, and max_age fields (#4662) 2 days ago
templates.go Two-Factor authentication (TOTP) (#3712) 3 days ago
templates_test.go use go 1.16 new package io/fs 5 years ago