mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 16:37:24 +02:00
move directory providers (#3633)
* remove directory providers and support for groups * idp: remove directory providers * better error messages * fix errors * restore postgres * fix test
This commit is contained in:
parent
bb5c80bae9
commit
c178819875
78 changed files with 723 additions and 8703 deletions
|
@ -27,7 +27,6 @@ var defaultScopes = []string{oidc.ScopeOpenID, "profile", "email"}
|
|||
// requires we set this on a custom uri param. Also, ` prompt` must be set to `consent`to ensure
|
||||
// that our application always receives a refresh token (ask google). And finally, we default to
|
||||
// having the user select which Google account they'd like to use.
|
||||
//
|
||||
// For more details, please see google's documentation:
|
||||
//
|
||||
// https://developers.google.com/identity/protocols/oauth2/web-server#offline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue