You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/verifiable-credentials/how-to-use-quickstart-verifiedemployee.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ If you already have a test user, you can skip this section. If you want to creat
46
46
1. Find the new user, select to **view profile** and select **Edit**. Update the following attributes then select Save:
47
47
- Job Title
48
48
- 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.)
50
50
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
51
51
52
52
## 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
84
84
|`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. |
85
85
|`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. |
86
86
| `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)).
88
88
89
89
See full Azure AD user profile [properties reference](/graph/api/resources/user).
90
90
@@ -109,6 +109,11 @@ The configuration file depends on the sample in-use.
-**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.
111
111
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
+
112
117
## Next steps
113
118
114
119
Learn [how to customize your verifiable credentials](credential-design.md).
0 commit comments