Feature/Notable Change | Related Services | Links |
---|---|---|
Use ExternalCartProvider to fetch cart items from the Cart service for order confirmation emails. |
Notification |
Notification Services now has an OAuth2 client to communicate with the other services. The following are the default values for OAuth2 client registration.
spring:
security:
oauth2:
client:
registration:
notificationclient:
authorization-grant-type: client_credentials
client-id: notificationclient
client-secret: notification_secret
provider:
notificationclient:
token-uri: https://localhost:8443/oauth/token