The log shows that GitHub is attempting to log in using OIDC (OpenID Connect), and it does retrieve the federated token successfully. That means you have created a federated credential under an App Registration in Azure.
- Federated credentials are not fully connected to the subscription, which is why GitHub can’t see any resources during login.
You should have an entry there that matches your GitHub repository and branch.
- Issuer:
https://token.actions.githubusercontent.com
- Subject:
repo:caustaza/smartovateai_web:ref:refs/heads/main
must match your GitHub repo - Audience:
api://AzureADTokenExchange
If it’s not there or doesn’t match your repo and branch exactly, you’ll need to add it manually.
Hope it helps!
Please do not forget to click "Accept the answer” and Yes
wherever the information provided helps you, this can be beneficial to other community members.
If you have any other questions or still running into more issues, let me know in the "comments" and I would be happy to help you.