How to configure app settings if both using dashboard and api #788
Unanswered
gummigroda
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you get a 403 error when issuing a certificate from the dashboard, it is likely that the App Role has not been set correctly. After creating the App Role correctly for the Entra ID App used in App Service Authentication, you need to assign the user application to the Enterprise Application associated with it. Please check the procedure again. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi and thanks for a great solution 👍
I'm trying to configure the app service to allow us to use the dashboard and the api with Entra ID authentication AND only to assigned users/group and applications.
Reading the appointed documentation: https://github.com/shibayan/keyvault-acmebot/wiki/App-Role-based-authorization
I've added the roles and the App Setting:
Acmebot:AppRoleRequired = true
, I've also added the user I'm using to the roles in the Enterprise App, but trying to issue a certificate in the dashboard gives me a 403.Removing the
Acmebot:AppRoleRequired = true
setting and keeping the 'App Role' assignment, lets me again issue certificates.Regardless, of settings, I'm not able to issue a certificate via below PowerShell snippet:
The error I'm getting when trying the API via PowerShell is: You do not have permission to view this directory or page. which seems odd...
How should I configure the App Registration and the Enterprise App to enable access to only specified users to the dashboard and the api for specified applications (SPs)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions