...
Configuration | Required | Description |
---|
spring.security.oauth2.client.provider.tiaazure.issuer-uri
| | Usually https://login.microsoftonline.com/<tenant>/v2.0 |
spring.security.oauth2.client.provider.tiaazure.user-name-attribute
| | Defines where in the token the username can be found that will be used in the notes, usually name |
spring.security.oauth2.client.registration.tiaviewerazure-login.provider
| | The provider that should be used. Should be tia azure |
spring.security.oauth2.client.registration.tiaviewerazure-login.client-id
| | The public identification of the application, the ClientId |
spring.security.oauth2.client.registration.tiaviewerazure-login.client-secret
| | The client secret for the application |
spring.security.oauth2.client.registration.tiaviewerazure-login.scope[0]
| | fixed value openid |
spring.security.oauth2.client.registration.tiaviewerazure-login.scope[1]
| | fixed value email |
spring.security.oauth2.client.registration.tiaviewerazure-login.scope[2]
| | fixed value profile | tia.security.oidc.type
|
| authorization_code
|
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.
...