mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-17 11:07:18 +02:00
google: support groups for users outside of the organization (#2950)
* google: support groups for users outside of the organization * wrap error
This commit is contained in:
parent
9f4fc986ee
commit
ed6c3e5087
5 changed files with 89 additions and 38 deletions
8
internal/directory/directoryerrors/errors.go
Normal file
8
internal/directory/directoryerrors/errors.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Package directoryerrors contains errors used by directory providers.
|
||||
package directoryerrors
|
||||
|
||||
import "errors"
|
||||
|
||||
// ErrPreferExistingInformation indicates that the information returned by the provider should
|
||||
// only be used if a record is brand new, otherwise the existing information should be kept as is.
|
||||
var ErrPreferExistingInformation = errors.New("user ignored")
|
Loading…
Add table
Add a link
Reference in a new issue