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
d1e6a380e49f23661e9c9a0369e8b08b3212d847
Select Git revision
Branches
6
renovate/golang.org-x-crypto-0.x
master
default
customize-ui
fix-login-rebase
master-old
redirect-307
6 results
go-sso
server
Author
Search by author
Any Author
authors
ale
ale
blallo
blallo
giskard
giskard
godog
godog
lechuck
lechuck
phasa
phasa
putro
putro
****
group_74_bot_81ef8ad8348b11e39acf561a49e87c1c
renovate
renovate-bot
samba
samba
sand
sand
shammash
shammash
12 authors
Mar 20, 2020
Handle the double-logout case more cleanly
· 28fcb558
ale
authored
5 years ago
28fcb558
Mar 14, 2020
Fix URLs for flipping between otp/u2f
· f3fd32c0
ale
authored
5 years ago
f3fd32c0
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
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
Dec 16, 2019
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
Simpler mechanism for embedding SRI hashes
· e6ce37fb
ale
authored
5 years ago
e6ce37fb
Refactor the login handler
· 4d70b167
ale
authored
5 years ago
4d70b167
Jul 03, 2019
Always convert usernames to lowercase in form input
· 285b177c
ale
authored
5 years ago
285b177c
Jun 28, 2019
Vertically align SiteLogo with form
· f2262bbe
godog
authored
5 years ago
f2262bbe
Loading