Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration

Required

Description

tia.destinations.saphttp.host

(tick)

Hostname of the server with the ContentServer

tia.destinations.saphttp.port

(tick)

Port of the ContentServer usually 80 or 443

tia.destinations.saphttp.protocol

(tick)

Protocol of the contentserver http or https

tia.destinations.saphttp.path

(tick)

Context Path of the server usually /contentserver

Global OPENID Configuration


This configurration is required, when the user should login to see the documents or when using the Outlook 365 E-Mail integration.

Configuration

Required

Description

spring.security.oauth2.csrf.enabled

(tick)

spring.security.oauth2.client.provider.azure.issuer-uri

(tick)

Usually https://login.microsoftonline.com/<tenant>/v2.0

spring.security.oauth2.client.provider.azure.user-name-attribute

(tick)

Defines where in the token the username can be found, usually name

spring.security.oauth2.client.registration.azure-login.provider

(tick)

The provider that should be used. Should be azure

spring.security.oauth2.client.registration.azure-login.client-id

(tick)

The public identification of the application, the ClientId

spring.security.oauth2.client.registration.azure-login.client-secret

(tick)

The client secret for the application

spring.security.oauth2.client.registration.azure-login.scope[0]

(tick)

fixed value openid

spring.security.oauth2.client.registration.azure-login.scope[1]

(tick)

fixed value email

spring.security.oauth2.client.registration.azure-login.scope[2]

(tick)

fixed value profile

Instance Variables

All instance variables are optional and there is no configuration required. Use the default profile in this case. You can also override the default profile with your own configuration or create new instances. Only changed parameter should be in the configuration.

...