spring:
security:
oauth2:
client:
provider:
azure:
issuer-uri: https://login.microsoftonline.com/TENANT/v2.0
user-name-attribute: name
registration:
azure-dev:
provider: azure
client-id: CLIENTID
client-secret: CLIENTSECRET
scope:
- openid
- email
- profile
autoconfigure:
exclude: []
webtoolkit: client: allowedOrigins: > http://localhost:4200, http://localhost:8080 allowedMethods: > PUT, POST allowedHeaders: > Authorization, Content-Type exposedHeaders: > Content-Length maxAge: 3600 allowCredentials: true