Reference for OpenID authentication
OpenID configuration is required for Outlook 365 E-Mail integration. It is also required when authentication is required, before the tia® Viewer Core displays documents.
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 | |
|
| Usually |
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