Skip to content

Commit 787b3c6

Browse files
authored
update
1 parent fea4857 commit 787b3c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/entra/entra-id/app-integration/troubleshooting-signature-validation-errors.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ The content of discovery keys endpoint looks like this:
6565
{
6666
"kty": "RSA",
6767
"use": "sig",
68-
"kid": "nOo3ZDrODXEK1jKWhXslHR_KXEg",
69-
"x5t": "nOo3ZDrODXEK1jKWhXslHR_KXEg",
70-
"n": "oaLLT9hkcSj2tGf...",
71-
"e": "AQAB",
68+
"kid": "<kid-value>",
69+
"x5t": "<x5t-value>",
70+
"n": "<n-value>",
71+
"e": "<e-value>",
7272
"x5c": [
73-
"MIIDBTCCAe..."
73+
"<x5c-value>"
7474
],
7575
"issuer": "https://login.microsoftonline.com/{tenant-id}/v2.0"
7676
},

0 commit comments

Comments
 (0)