Hi,
I am working one POC where two applications from different tenant will trust on each other. I will make call to api of application of tenant B from the application of tenant A. This call will send the token in authorization header and that token will be verified in application of tenant B.
I am confused how the application from tenant A will generate the token and how the application in tenant B will verify it.
I was looking to authorization code flow. Please help me on this along with the endpoint.
I am new on azure AD and also token generation.