A change in the GitHub Enterprise Cloud OIDC was made, now requiring Organisation ID and Repository ID upon creation:
However azure/login has no support for these parameters, still sending the auth request using the old Subject Identifier:
repo:TestOrg/test-repo:pull_request
This mismatch in Subject Identifiers will result in the error:
No matching federated identity record found for presented assertion subject
Please add parameters for Organisation ID and Repository ID, so the Subject Identifier is up to date.
A change in the GitHub Enterprise Cloud OIDC was made, now requiring Organisation ID and Repository ID upon creation:
However azure/login has no support for these parameters, still sending the auth request using the old Subject Identifier:
repo:TestOrg/test-repo:pull_requestThis mismatch in Subject Identifiers will result in the error:
No matching federated identity record found for presented assertion subjectPlease add parameters for Organisation ID and Repository ID, so the Subject Identifier is up to date.