Skip to main content
Skip table of contents

Konfiguration OAuth Microsoft Entra

Anwendung registrieren

01 - neu Anwendung registrieren

Abbildung: 01 - Anwendung registrieren
grafik-20240419-100409.png
grafik-20240419-100612.png
grafik-20240419-100912.png
Abbildung: 02 - Schlüssel erzeugen
grafik-20240419-101647.png

03 - URL's anpassen

Abbildung: 03 - URL's anpassen

Parameter config\application.properties

YAML
# Konfiguration Microsoft Entra ID Login (ehemals Azure Active Directory):
# - Pflichtangaben:
application.entra.enabled=true
# Entra ID Tenant-ID:
# https://learn.microsoft.com/de-de/entra/fundamentals/how-to-find-tenant
application.entra.tenant.id=
# Name der Entra ID Anwendung:
application.entra.app.name=
# Client-ID der Entra ID Anwendung:
application.entra.client.id=
# Client Secret der Entra ID Anwendung:
application.entra.client.secret=
# - optionale Parameter:
# Steuerung Entra ID Logout-Verhalten:
application.entra.logout.enabled=false

grafik-20240419-103819.png

Abbildung: Paramterzuordnung

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.