exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 2 question 65 discussion

Actual exam question from Microsoft's AZ-500
Question #: 65
Topic #: 2
[All AZ-500 Questions]

You have an Azure Active Directory (Azure AD) tenant that contains a user named Admin1. Admin1 is assigned the Application developer role.
You purchase a cloud app named App1 and register App1 in Azure AD.
Admin1 reports that the option to enable token encryption for App1 is unavailable.
You need to ensure that Admin1 can enable token encryption for App1 in the Azure portal.
What should you do?

  • A. Upload a certificate for App1.
  • B. Modify the API permissions of App1.
  • C. Add App1 as an enterprise application.
  • D. Assign Admin1 the Cloud application administrator role.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
asfgsertweg
Highly Voted 2 years, 10 months ago
Don't understand as, if the app has been registered. It is an enterprise app !!!
upvoted 14 times
ConanBarb
1 year, 11 months ago
Yes, but the option is only available in portal for Enterprise Apps created as such from start: "The Token encryption option is only available for SAML applications that have been set up from the Enterprise applications blade in the Azure portal, either from the Application Gallery or a Non-Gallery app. For other applications, this menu option is disabled." https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/howto-saml-token-encryption?tabs=azure-portal For plain App Registratrions you edit the application manifest under Manifest (see the same doc above). "Set the value for the tokenEncryptionKeyId attribute."
upvoted 9 times
...
...
fonte
Highly Voted 2 years, 2 months ago
Selected Answer: A
Created an app registration and it automatically appeared in the Enterprise Applications, so I would say the next thing is to configure the token encryption as per: https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/howto-saml-token-encryption?tabs=azure-portal
upvoted 8 times
...
stonwall12
Most Recent 1 week, 3 days ago
Selected Answer: A
Answer: A, Upload a certificate for App1 Reason: To enable token encryption for an application in Azure AD, you must first upload a certificate that will be used as the encryption key. Without a valid certificate uploaded to the application, the token encryption option remains unavailable, regardless of user permissions.
upvoted 2 times
...
ITFranz
2 weeks, 3 days ago
Selected Answer: D
To support the answer: To enable Admin1 to enable token encryption for App1 in the Azure portal, you should assign Admin1 the Cloud Application Administrator role. Here's why: 1. The Application Developer role, which Admin1 currently has, is limited in its permissions. It primarily allows users to create application registrations and manage their own applications. 2. The Cloud Application Administrator role has more extensive permissions for managing enterprise applications, including the ability to manage all aspects of enterprise applications and application registrations. 3. The Cloud Application Administrator role grants the necessary permissions to configure advanced settings like token encryption for applications. Answer = D
upvoted 1 times
...
Nhadipour
2 weeks, 4 days ago
Selected Answer: D
While uploading a certificate is a required step for token encryption, Admin1 currently does not have permission to do this. Admin1 needs the correct role to enable token encryption. The Cloud Application Administrator role grants full control over enterprise applications and app registrations, including the ability to manage certificates and secrets, which is required to enable token encryption.
upvoted 2 times
...
SofiaLorean
2 weeks, 6 days ago
Selected Answer: D
To enable token encryption for an application in Azure AD, the Cloud Application Administrator or Global Administrator role is required
upvoted 1 times
...
sgomezsan
3 weeks, 3 days ago
Selected Answer: D
To enable token encryption for App1, Admin1 needs to have one of the following roles: Cloud Application Administrator, Application Administrator, or owner of the service principal. https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/howto-saml-token-encryption?tabs=azure-portal
upvoted 1 times
...
waqqy
1 month, 1 week ago
Selected Answer: D
The correct solution is to assign Admin1 the Cloud Application Administrator role (Option D) because it grants the necessary permissions to manage application settings, including enabling token encryption. The other options either address different aspects of application management or do not provide the required permissions.
upvoted 1 times
...
Andreas_Czech
2 months, 3 weeks ago
Selected Answer: A
as the Microsoft Documentation: To configure token encryption, you need to upload an X.509 certificate file that contains the public key to the Microsoft Entra application object that represents the application. Reference-Link: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/howto-saml-token-encryption?tabs=azure-portal this points to A, but ...: One of the following roles: Cloud Application Administrator, Application Administrator, or owner of the service principal. Reference-Link: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/howto-saml-token-encryption?tabs=azure-portal#prerequisites which points to D. I decided to choose A, but which is correct -> only MS knows
upvoted 1 times
...
Exam2us
3 months ago
Correct answer is "D". Assign Admin1 the Privileged Role Administrator or Global Administrator role temporarily to allow them to enable token encryption for App1 in the Azure portal. Once the configuration is complete, you can revoke the elevated permissions.
upvoted 1 times
...
Srirupam
3 months, 1 week ago
Correct Answer: A. Upload a certificate for App1 Token encryption in Azure AD requires the application to have a certificate uploaded. This certificate is used to encrypt the tokens issued to the app. Without a certificate uploaded, the option to enable token encryption will not be available in the Azure portal. B. API permissions are unrelated to enabling token encryption. They are used to define what APIs the app can access. C. Registering an app and adding it as an enterprise application are separate processes. While this step might be part of integrating an app, it does not affect token encryption settings. D. The Application developer role already allows Admin1 to manage app registrations. The inability to enable token encryption is not due to permissions but the lack of a certificate uploaded to the application.
upvoted 1 times
...
codeunit
4 months, 1 week ago
To ensure that Admin1 can enable token encryption for App1, you should assign Admin1 either the Application Administrator or the Cloud Application Administrator role. These roles allow the user to manage all aspects of application registration and configuration, including enabling token encryption. In summary: * Assign the Application Administrator or Cloud Application Administrator role to Admin1. * Admin1 will then be able to enable token encryption for App1 in the Azure portal.
upvoted 1 times
...
TechHero
5 months ago
Answer D - follow de Microsoft Docs "To configure SAML token encryption, you need: A Microsoft Entra user account. If you don't already have one, you can Create an account for free. One of the following roles: Cloud Application Administrator, Application Administrator, or owner of the service principal." https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/howto-saml-token-encryption?tabs=azure-portal
upvoted 2 times
chema77
4 months, 3 weeks ago
Agree: both for an enterprise applications or registered applications you need to be a Cloud Application Administrator, Application Administrator, or owner of the service principal. - https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/howto-saml-token-encryption?tabs=azure-portal - https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/howto-saml-token-encryption?tabs=azure-portal#configure-registered-application-saml-token-encryption
upvoted 2 times
...
...
leo77
5 months, 4 weeks ago
Ans - D checked on chat gpt.
upvoted 2 times
...
Pavel019846457
6 months, 3 weeks ago
Selected Answer: D
Answer from Microsoft Copilot: "To enable token encryption for App1, Admin1 needs to have the appropriate role that allows managing application configurations. The Application developer role does not have the necessary permissions to enable token encryption. Therefore, you should: D. Assign Admin1 the Cloud application administrator role. This role provides the required permissions to configure application settings, including enabling token encryption." https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/howto-saml-token-encryption
upvoted 4 times
...
pentium75
6 months, 4 weeks ago
Selected Answer: C
C because "the Token encryption option is only available for SAML applications that have been set up from the Enterprise applications blade in the Azure portal." Not A, uploading a certificate is also required but that is part of 'enabling token encryption'. The missing certificate is NOT the reason why the that option is unavailable to the user.
upvoted 1 times
...
workhard
7 months, 1 week ago
Selected Answer: D
Prerequisites To configure SAML token encryption, you need: A Microsoft Entra user account. If you don't already have one, you can Create an account for free. One of the following roles: Cloud Application Administrator, Application Administrator, or owner of the service principal. https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/howto-saml-token-encryption?tabs=azure-portal#prerequisites
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago