Eric Stroczynski
400e328e1e
Merge pull request #1041 from estroz/cherry-picked-change
...
[cherry pick] connector/github: fix 'groups' scope check bug
9 years ago
Eric Stroczynski
913a03f1a2
connector/github: abstract scope check and group getter
9 years ago
rithu leena john
0d42c34edf
Merge pull request #1037 from estroz/cherry-picked-change
...
connector/github: fix username used when making API requests for patch release
9 years ago
Eric Stroczynski
e761f1eacd
connector/github: only user users' login name in API reqs
9 years ago
rithu leena john
e361bc6c38
Merge pull request #1019 from estroz/doc-updates
...
Documentation: github org redirect caveat
9 years ago
Eric Stroczynski
71de7e8414
Documentation: github org redirect caveat
9 years ago
Eric Chiang
5582232a03
Merge pull request #1021 from ericchiang/debug-logs
...
*: add log events for login, LDAP queries, and SAML responses
9 years ago
Eric Chiang
aad328bb35
*: add log events for login, LDAP queries, and SAML responses
9 years ago
Eric Stroczynski
c45185f601
Merge pull request #1018 from estroz/github-private-emails
...
connector/github: enable private, primary emails
9 years ago
Eric Stroczynski
26527011ab
connector/github: enable private, primary emails; refactor API calls
...
Documentation: removed private emails caveats section
9 years ago
rithu leena john
b66b61fe8a
Merge pull request #1003 from estroz/log-bcrypt-cost
...
Log large bcrypt costs, error if password-hash comparison takes > 10s
9 years ago
Eric Stroczynski
45bf061236
Merge pull request #1013 from estroz/multi-org-team-filters
...
connector/github: multiple orgs, query by teams
9 years ago
Eric Stroczynski
9d154802a2
connector/github: multiple orgs, query by teams
...
Documentation: examples of GitHub `orgs` field with multiple orgs
and org with teams; note legacy behavior
9 years ago
Eric Stroczynski
f493896030
Merge pull request #1016 from realfake/patch-2
...
Fix documentation link
9 years ago
Luk Burchard
4365d97162
Update api.md
9 years ago
rithu leena john
05e8d50eca
Merge pull request #1000 from rithujohn191/fix-hosted-domain
...
connector/oidc: fix hosted domain support.
9 years ago
Eric Stroczynski
4bcb0aaae9
server: log bcrypt cost if > 12, error on runtime > 10s
...
The bcrypt hashing algorithm runtime grows exponentially with cost,
and might cause a timeout if the cost is too high. Notifying the user
of high cost and of long running calculations will help with tuning
and debugging.
9 years ago
Eric Stroczynski
a0010d0f22
Merge pull request #1005 from estroz/update-deps
...
Update deps
9 years ago
Eric Stroczynski
d9778fda4a
vendor: revendor
9 years ago
Eric Stroczynski
4a88d0641a
: update {S->s}irupsen/logrus
9 years ago
rithu john
5e0bf8b65f
connector/oidc: fix hosted domain support.
9 years ago
rithu leena john
0e0b4c53ef
Merge pull request #998 from rithujohn191/fix-key-rotation
...
server/rotation.go: Fix key rotation with multiple dex instances.
9 years ago
rithu john
753526a506
server/rotation.go: Fix key rotation with multiple dex instances.
9 years ago
Lucas Servén
2f0ac68d8f
Merge pull request #995 from squat/bump_travis_golang
...
.travis.yml: bump golang version to 1.8.3
9 years ago
Lucas Serven
53835cabf9
.travis.yml: bump golang version to 1.8.3
9 years ago
rithu leena john
714fea7f48
Merge pull request #994 from squat/bump_go_183
...
scripts: bump builder to Go 1.8.3
9 years ago
Lucas Serven
6f8968b66b
scripts: bump builder to Go 1.8.3
9 years ago
rithu leena john
b70f4c4f39
Merge pull request #989 from rithujohn191/ldap-docs
...
Documentation: add a group query example for the ldap connector.
9 years ago
rithu john
6f9127b4ae
Documentation: add a group query example for the ldap connector.
9 years ago
rithu leena john
377d9b44b7
Merge pull request #985 from zlabjp/avoid-id-beginning-with-number
...
bugfix: avoid generating an invalid ID attribute in SAML's AuthenRequest element
9 years ago
rithu leena john
a5d218fd08
Merge pull request #974 from roguePanda/google-hosted-domain
...
Google hosted domain support
9 years ago
Kazumasa Kohtaka
cc314690f4
Avoid generating an identifer which starts with a number because it may be used as a SAML's ID attribute
9 years ago
rithu leena john
6f2af269a1
Merge pull request #980 from ericchiang/implicit-flow-config-example
...
examples: document explicit flow in example config
9 years ago
Eric Chiang
c1a7285711
examples: document explicit flow in example config
9 years ago
rithu leena john
92a988e4cc
Merge pull request #977 from Zakjholt/patch-1
...
Update using-dex.md
9 years ago
rithu leena john
842bd0ef00
Merge pull request #978 from Zakjholt/patch-2
...
Update using-dex.md
9 years ago
Zak Holt
43f0e8530b
Update using-dex.md
9 years ago
Zak Holt
41a20dbb2a
Update using-dex.md
9 years ago
Ben Navetta
cbb007663f
add documentation and tests
9 years ago
Ben Navetta
687bc9ca5c
add hosted domain to example config
9 years ago
Ben Navetta
4194530cf3
initial hostedDomain support
9 years ago
rithu leena john
3493e30f43
Merge pull request #972 from rithujohn191/github-doc
...
Documentation/github-connector: warn user that GitHub email id should be public.
9 years ago
rithu john
d6c1b0f42b
Documentation/github-connector: warn user that GitHub email id should be public.
9 years ago
rithu leena john
15242a86b8
Merge pull request #967 from rithujohn191/err-msg
...
connector: improve error message for callback URL mismatch
9 years ago
rithu john
682d78f527
connector: improve error message for callback URL mismatch
9 years ago
rithu leena john
1d7abf8923
Merge pull request #949 from rithujohn191/add-docs
...
Documentation/ldap-connector.md: Warn about LDAP connector's bindPW restriction.
9 years ago
rithu john
081e68a16a
Documentation/ldap-connector.md: Warn about LDAP connector's bindPW restriction.
9 years ago
Eric Chiang
f4f7146f04
Merge pull request #941 from ericchiang/fix-public-client-localhost
...
server: fix localhost redirect validation for public clients
9 years ago
Eric Chiang
95334ad51d
Documentation: add docs on public clients
9 years ago
Eric Chiang
fcb9c5a1c4
server: fix localhost redirect validation for public clients
9 years ago