Skip to content

Commit 7ca89ce

Browse files
Merge pull request #225725 from cljung/cljung-vc-post-ga-08
Cljung vc post ga 08
2 parents 61e861c + 9397fc4 commit 7ca89ce

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/active-directory/verifiable-credentials/how-to-use-quickstart-verifiedemployee.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you already have a test user, you can skip this section. If you want to creat
4646
1. Find the new user, select to **view profile** and select **Edit**. Update the following attributes then select Save:
4747
- Job Title
4848
- Email (in the Contact Info section. Doesn't have to be an existing email address)
49-
- Photo (select JPG/PNG file with low, thumbnail like, resolution)
49+
- Photo (select JPG file with low, thumbnail like, resolution. Maximum size is 2MB.)
5050
1. Open a new, private, browser window and navigate to page like [https://myapps.microsoft.com/](https://myapps.microsoft.com/) and sign in with your new user. The user name would be something like [email protected]. You'll be prompted to change your password
5151

5252
## Set up the user for Microsoft Authenticator
@@ -84,7 +84,7 @@ All of the claims in the Verified employee credential come from attributes in th
8484
| `jobTitle` | `jobTitle` | The user's job title. This attribute doesn't have a value by default in the user's profile. If the user's profile has no value specified, there's no `jobTitle` claim in the issued VC. |
8585
| `preferredLanguage` | `preferredLanguage` | Should follow [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) and contain a value like `en-us`. There's no default value specified. If there's no value, no claim is included in the issued VC. |
8686
| `mail` | `mail` | The user's email address. The `mail` value isn't the same as the UPN. It's also an attribute that doesn't have a value by default.
87-
| `photo` | `photo` | The uploaded photo for the user. The image type (JPEG, PNG, etc.), depends on the uploaded image type. When presenting the photo claim to a verifier, the photo claim is in the UrlEncode(Base64Encode(photo)) format. To use the photo, the verifier application has to Base64Decode(UrlDecode(photo)).
87+
| `photo` | `photo` | The uploaded photo for the user. The image type should be JPEG and the maximum size is 2MB. When presenting the photo claim to a verifier, the photo claim is in the UrlEncode(Base64Encode(photo)) format. To use the photo, the verifier application has to Base64Decode(UrlDecode(photo)).
8888

8989
See full Azure AD user profile [properties reference](/graph/api/resources/user).
9090

@@ -109,6 +109,11 @@ The configuration file depends on the sample in-use.
109109
- **python** - [config.json](https://github.com/Azure-Samples/active-directory-verifiable-credentials-python/blob/main/1-python-api-idtokenhint/config.json)
110110
- **Java** - values are set as environment variables in [run.cmd](https://github.com/Azure-Samples/active-directory-verifiable-credentials-java/blob/main/1-java-api-idtokenhint/run.cmd) and [run.sh](https://github.com/Azure-Samples/active-directory-verifiable-credentials-java/blob/main/1-java-api-idtokenhint/run.sh) or docker-run.cmd/docker-run.sh when using docker.
111111

112+
## Remarks
113+
114+
>[!NOTE]
115+
> This schema is fixed and it is not supported to add or remove claims in the schema. The attestation flow for directory based claims is also fixed and it is unsupported to try and change it to become a custom credential with id token hint attestation flow, for example.
116+
112117
## Next steps
113118

114119
Learn [how to customize your verifiable credentials](credential-design.md).

0 commit comments

Comments
 (0)