Skip to content

Commit cad0051

Browse files
adding info on identity validation proper role assignment note
1 parent 49dc488 commit cad0051

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/trusted-signing/faq.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ sections:
6464
- question: Does Trusted Signing allow me to use a custom CN?
6565
answer: |
6666
Per the CA/B Forum baseline requirements for publicly trusted code signing certs, CN values must be the legal entity's validated name (e.g. Microsoft Corporation) so there isn't much flexibility in CN values. However, a `O` value allows for verified legal names, trade names, and DBAs (doing business as). For individuals, there are already requirements for verification of individuals in the baseline requirements that we meet.
67+
- question: What do I do if the new identity validation button on the Azure portal is greyed out?
68+
answer: |
69+
This means you do not have the Identity Verifier role assigned to your account. Follow the [Assigning roles in Trusted Signing](https://learn.microsoft.com/azure/trusted-signing/tutorial-assign-roles) documentation to assign yourself the appropriate role.
6770
- name: Signing
6871
questions:
6972
- question: What is Trusted Signing’s compliance level?

articles/trusted-signing/quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ trustedsigning create -n MyAccount -l eastus -g MyResourceGroup --sku Premium
137137

138138
You can complete your own Identity Validation by filing out the request form with the information that should be included in the certificate. Identity Validation can only be completed in the Azure portal – it can't be completed with Azure CLI.
139139

140+
> [!NOTE]
141+
> You will not be able to create an identity validation if you do not have the appropriate role assigned. If the "New identity" button is greyed out on the Azure portal ensure you have the "Trusted Signing Identity Verifier role" in order to proceed with identity validation.
142+
140143
Here are the steps to create an Identity Validation request:
141144

142145
1. Navigate to your new Trusted Signing account in the Azure portal.

0 commit comments

Comments
 (0)