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
ca68033385527568e394f548778f0257f17d5e61
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
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
Dec 20, 2019
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
Simpler mechanism for embedding SRI hashes
· e6ce37fb
ale
authored
5 years ago
e6ce37fb
Refactor the login handler
· 4d70b167
ale
authored
5 years ago
4d70b167
Oct 24, 2019
Update id/auth dependency
· 6d3a620e
ale
authored
5 years ago
6d3a620e
Aug 18, 2019
Set the NameID in the saml.Session
· 45c4f032
ale
authored
5 years ago
45c4f032
Aug 17, 2019
Properly parse the x509 cert in saml-server
· 6fe09ec2
ale
authored
5 years ago
6fe09ec2
Fix PathPrefix usage
· 62a48de8
ale
authored
5 years ago
62a48de8
Fix /login/ URL handling
· ab608be7
ale
authored
5 years ago
ab608be7
Tie the SSO service to the SSO URL
· 66477d1a
ale
authored
5 years ago
66477d1a
Fix the /login/ URL to have a slash, to limit SSO to it
· 41f0137e
ale
authored
5 years ago
41f0137e
Modify the SSO URL to /login
· 3badc383
ale
authored
5 years ago
3badc383
Improve error reporting
· 8d9e7f2b
ale
authored
5 years ago
8d9e7f2b
Support reading SAML XML descriptors from file or inline
· 1df6f233
ale
authored
5 years ago
1df6f233
Loading