ForumSuite
Breadcrumbs

Konfiguration OAuth Microsoft Entra


Anwendung registrieren

grafik-20240419-095746.png

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

Abbildung: 03 - URL's anpassen

Parameter config\application.properties

# 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