> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/benutzerverwaltung/verwendung-der-windows-sicherheit/anwendungsfall.md).

# Use Case

Use case for security settings in single-tenant mode

### Windows User Configuration

Windows AD User = *Alice* and *Bob*

Windows AD Group = *JUNE5Users* and *APRILUsers*

Alice and Bob are members of the *JUNE5Users* group

### JUNE5 User Management

JUNE5 Group = *JUNE5Users* (only this group is created, three objects are released for this group in the object model)

JUNE5 User = Admin (no additional users are created)

### JUNE5 Configurator

Windows Security is enabled on *Windows Domain*

### Login Process

1. Alice logs into JUNE5
2. JUNE5 checks if Alice can be authenticated against AD
3. Upon successful authentication, the following is checked:

3.1. JUNE5 determines Alice's group membership in AD (--> *JUNE5Users*)

3.2. JUNE5 checks if the *JUNE5Users* group is created in JUNE5. If yes, then *Alice* will see three objects under Views.

1. Upon failed authentication, an error message is displayed.

### Deleting User in AD

If *Alice* is deleted in AD, AD authentication will fail, *Alice* has no access in JUNE5.

### Disabling User in AD

If *Alice* is disabled in AD, AD authentication will fail, *Alice* has no access in JUNE5.

### Deleting AD Group *JUNE5Users*

If the AD group *JUNE5Users* is deleted, Alice can still log in, but will not see any objects under Views.

### Moving an AD User to a Different AD Group

If *Alice* is moved in AD from the *JUNE5Users* group to *APRILUsers*, *Alice* can log into JUNE5, but will not see any objects under Views.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/benutzerverwaltung/verwendung-der-windows-sicherheit/anwendungsfall.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
