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.
Bobby Rullo
75473b4cba
refresh tokens: grant claims based on scopes
...
Before, this logic was only in the OIDCServer.CodeToken() method; now it has been
pulled out so that other paths, like OIDCServer.RefreshToken() can use
it.
The net affect, is that now refresh tokens can be used to get
cross-client authenticated ID Tokens.
10 years ago
..
migrations
refresh tokens: store and validate scopes.
10 years ago
translate
db: clean up quote and executor function calls, improve translate docs
10 years ago
client.go
db: Don't check that trusted peers clients exist
10 years ago
conn.go
Merge pull request #356 from ericchiang/fix_cross_compilation
10 years ago
conn_postgres.go
db: protect the sqlite3 import with a cgo tag
10 years ago
conn_sqlite3.go
db: protect the sqlite3 import with a cgo tag
10 years ago
conn_test.go
db: only allow one open connection for in memory databases
10 years ago
connector_config.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
db.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
gc.go
*: Remove unnecessary else statements
11 years ago
gc_test.go
*: move original project to dex
11 years ago
health.go
db: gorp moved to github.com/go-gorp/gorp
11 years ago
key.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
key_test.go
cmd, db: verify at least one secret is passed to --key-secrets
10 years ago
migrate.go
db, client: add data model for trusted peers
10 years ago
migrate_sqlite3.go
refresh tokens: store and validate scopes.
10 years ago
migrate_test.go
*: ClientIdentityXXX -> ClientXXX
10 years ago
password.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
refresh.go
refresh tokens: grant claims based on scopes
10 years ago
refresh_test.go
db: strconv.ParseInt specify base 10
10 years ago
session.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
session_key.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
user.go
db, client: add data model for trusted peers
10 years ago