AGPLIDPSync is the configuration for syncing user information from an external IDP. All related code to syncing user information should be in this package.
| 76 | // AGPLIDPSync is the configuration for syncing user information from an external |
| 77 | // IDP. All related code to syncing user information should be in this package. |
| 78 | type AGPLIDPSync struct { |
| 79 | Logger slog.Logger |
| 80 | Manager *runtimeconfig.Manager |
| 81 | |
| 82 | SyncSettings |
| 83 | } |
| 84 | |
| 85 | // DeploymentSyncSettings are static and are sourced from the deployment config. |
| 86 | type DeploymentSyncSettings struct { |
nothing calls this directly
no outgoing calls
no test coverage detected