# AuthConfigDiscovery

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/interaction-map.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/interaction-map.types.ts#L194)

Authentication configuration discovered in source code

## Properties

| Property | Type |
|---|---|
| `loginRoute` | `string` |
| `roles` | `string[]` |
| `roleSource` | `RoleSourceType` |
| `templatePermissions` | `string[]` |
| `guardNames` | `string[]` |
