Spring Security OAuth2
I need to learn the following I am generating a token for that I am using Azure Active Directory I am using OAuth2 I am using the OAuth 2.0 token grant flow called "client credentials grant". This flow is used when a client application needs to access protected resources without end user intervention. I already have the token but I need to tell Spring Boot that the token I use to authorize the endoint validate it with the "aud": "api://daab0055-e4ef-4e17-8f46-6eeb3a2d4c4d",
"iss": "https://sts.windows.net/92cf6300-1c93-4b01-9a58-9603b66b404d/"
"iss": "https://sts.windows.net/92cf6300-1c93-4b01-9a58-9603b66b404d/"