The 'aud' claim in 'identityToken' doesn't match to 'client_id'

The 'aud' claim in 'identityToken' received in 'AsAuthorizationAppleIdCredential' is not equal to the 'client_id' but rather equal to the App Bundle_id.
Ideally, it should be equal to your 'client_id' in your Apple Developer account.
Any possible reasons for this?

The 'aud' claim in 'identityToken' doesn't match to 'client_id'
 
 
Q