Skip to content

Commit a7d6280

Browse files
committed
note on unsupported changes
1 parent ec97b51 commit a7d6280

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
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
@@ -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)