This configuration is required, when the user should login to see the documents or when using the Outlook 365 E-Mail integration.
Parent | Configuration | Required | Description |
---|---|---|---|
|
| Usually | |
|
| Defines where in the token the username can be found, usually name | |
|
| The provider that should be used. Should be | |
|
| The public identification of the application, the ClientId | |
|
| The client secret for the application | |
|
| fixed value | |
|
| fixed value | |
|
| fixed value | |
|
| should be |
Example Outlook 365 OpenID YAML configuration:
spring: security: oauth2: client: provider: tia: issuer-uri: https://login.microsoftonline.com/<tenant>/v2.0 user-name-attribute: name registration: tiaviewer: provider: azure client-id: <clientId> client-secret: <clientSecret> scope: - openid - email - profile tia: security: oidc: authorization_code