You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heyho,
im trying to use the AzureAppConfiguration@5 task from an azure devops pipeline. We have a service connection (already tested & working) and the service principal has the App Configuration Data Owner role.
The app config endpoint is set ('https://[my-app-config].azconfig.io'), but we are getting the following error: "##[error]Error: invalid_client" (Client assertion audience claim does not match Realm issuer)
Any ideas why?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello @xUborka , apologies for the delayed response and thank you for reaching out. I've been able to reproduce the issue you are currently facing. Currently working on a fix. In case you are blocked, you can use client secret to authenticate in the meantime.
Hi @xUborka, we have a new release Azure App Configuration
@5.2.0 that addresses the fix for the issue, please check it out . Feel free to reach out incase you experience any issues.
Heyho,
im trying to use the AzureAppConfiguration@5 task from an azure devops pipeline. We have a service connection (already tested & working) and the service principal has the App Configuration Data Owner role.
The app config endpoint is set ('https://[my-app-config].azconfig.io'), but we are getting the following error: "##[error]Error: invalid_client" (Client assertion audience claim does not match Realm issuer)
Any ideas why?
Thanks!
The text was updated successfully, but these errors were encountered: