Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-sso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
id
go-sso
Commits
7c1711be3b2e088b406519241f386c7702a9f566
Select Git revision
0 results
go-sso
Author
Search by author
Any Author
authors
0 authors
Feb 06, 2020
Upgrade go-common (enforce rpc timeouts)
· 7c1711be
ale
authored
5 years ago
7c1711be
Jan 06, 2020
Update ai3/go-common/clientutil
· 3ecaec92
ale
authored
5 years ago
3ecaec92
Dec 20, 2019
Register the Prometheus metrics
· 0c0c8424
ale
authored
5 years ago
0c0c8424
Add Prometheus instrumentation for sso server internals
· 1d049ac2
ale
authored
5 years ago
1d049ac2
Trim spaces on submitted usernames
· 5d8f8021
ale
authored
5 years ago
5d8f8021
Log the shard when we are unlocking a key
· a7b1ae99
ale
authored
5 years ago
a7b1ae99
Always set the keystore shard in maybeUnlockKeystore()
· 8d3f4507
ale
authored
5 years ago
8d3f4507
Pass a valid UserInfo to the login callback
· 0a0ca7d5
ale
authored
5 years ago
0a0ca7d5
Improve keystore test
· 79a14158
ale
authored
5 years ago
79a14158
Remove debugging printf
· 7417d7d5
ale
authored
5 years ago
7417d7d5
Add a grace time to the keystore TTL
· 10aba630
ale
authored
5 years ago
10aba630
Log successful authorizations (with ttl)
· c31919d0
ale
authored
5 years ago
c31919d0
Check the deadline independently from securecookie
· ca680333
ale
authored
5 years ago
ca680333
Dec 19, 2019
Use short names for fields in the JSON-encoded session
· 79c42231
ale
authored
5 years ago
79c42231
Do not generate SSO tickets valid for longer than the auth session
· ab1f1f82
ale
authored
5 years ago
ab1f1f82
Add tests for the /exchange HTTP endpoint
· e3651fe8
ale
authored
5 years ago
e3651fe8
Add tests for the Exchange method
· 8238fdff
ale
authored
5 years ago
8238fdff
Add test for OTP login failure
· babd8cbf
ale
authored
5 years ago
babd8cbf
Return 404 for unauthenticated requests to URLs that do not exist
· 188a0870
ale
authored
5 years ago
188a0870
Save the UserInfo after a successful login
· e0a361b6
ale
authored
5 years ago
e0a361b6
Add the URL prefix on the main webapp
· 9ded75b5
ale
authored
5 years ago
9ded75b5
Update bindata for templates
· 50b09416
ale
authored
5 years ago
50b09416
Added missing URL prefix to the unauthenticated redirect to login
· 9220c57f
ale
authored
5 years ago
9220c57f
Add URL prefix to the site logo
· 61369670
ale
authored
5 years ago
61369670
Merge branch 'better-login' into 'master'
· 58b34085
ale
authored
5 years ago
58b34085
Dec 18, 2019
Add an integration test
· dfe0056b
ale
authored
5 years ago
dfe0056b
Dec 17, 2019
We no longer need a gorilla/mux in the main app
· c2e0f43c
ale
authored
5 years ago
c2e0f43c
Switch to a simpler session implementation
· 1418640d
ale
authored
5 years ago
1418640d
Fix callers of SSOWrapper
· 655b0a9f
ale
authored
5 years ago
655b0a9f
Dec 16, 2019
Use securecookie for the httpsso handler
· 42482e82
ale
authored
5 years ago
42482e82
Update SRI and bindata for the latest css fix
· 891862ab
ale
authored
5 years ago
891862ab
Use securecookie for long-term device ID cookie
· 821df6df
ale
authored
5 years ago
821df6df
Dec 15, 2019
Lighten background a bit
· 4de18c1c
ale
authored
5 years ago
4de18c1c
Add script to run a local server for UI testing purposes
· 1284ea50
ale
authored
5 years ago
1284ea50
Block default favicon requests
· 6387bf4c
ale
authored
5 years ago
6387bf4c
Bindata update for the 2fa forms
· c9da7d18
ale
authored
5 years ago
c9da7d18
Generate the SRI map in sorted order
· 6e9891f4
ale
authored
5 years ago
6e9891f4
Improve error message when the 2FA constraints are not met
· c8f18956
ale
authored
5 years ago
c8f18956
Fix submission URLs for 2FA login forms
· b3cd8da3
ale
authored
5 years ago
b3cd8da3
Use the merged context when calling ExecuteTemplate
· a714fb79
ale
authored
5 years ago
a714fb79
Loading