-
I am asking this as a question, because I am fairly certain that this is something on my end. While we had no problems deploying apps to SaaS via CI/CD's deployto environment, it has started causing issues recently - probably a month or two ago. We haven't changed a thing when it comes to authentication or the Entra App config in BC or even in GitHub (I think). We have a AUTHCONTEXT secret defined for two environments (UAT, TEST). in AL-Go-Settings.json, we have the following defined:
When it's running through the CI/CD deployment, it comes up with the following:
What are we doing wrong? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
What other settings do you have? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I mixed this up with another issue. |
Beta Was this translation helpful? Give feedback.
It isn't installing the dependency as a PTE - in the stack trace it says:
Install-BcAppFromAppSource Telemetry Correlation Id: 7767283f-2a3c-4fda-a41c-f425957a372f
which is when it failed trying to install this as an AppSource app.
The problem here might be that the S2S app you are using for installing the PTE doesn't have permissions in Admin Center:
When installing AppSource apps - this is done through the Admin Center API (and not the Automation API as is the case with PTEs) - I would expect that this problem would fail in other places though - but could you verify that your Client Id has access to the Admin Center API?