We are currently migrating Okta to Azure Entra ID.
During POC, Angular MSDL library generated token and shared with backend team (Access and ID Token).
While verifying access token in the backend Spring Boot server, getting exception ‘Signature verification failed.
When passing ID token, It is passed and get the response of accessed API.
Any specific reason why only works ID token, or any extra configuration required to authorize token generated by Angular ?