Skip to content

Commit

Permalink
Add new props to mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyencuong2596 committed Jun 20, 2024
1 parent 39c3ac2 commit a783b21
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ public static OpenIdConnectConfiguration FullyPopulatedWithKeys
""acr_value3""
],
""authorization_endpoint"": ""https://login.windows.net/d062b2b0-9aca-4ff7-b32a-ba47231a4002/oauth2/authorize"",
""authorization_encryption_alg_values_supported"": [
""A192KW"",
""A256KW""
],
""authorization_encryption_enc_values_supported"": [
""A128CBC-HS256"",
""A256CBC-HS512""
],
""authorization_signing_alg_values_supported"": [
""ES384"",
""ES512""
],
""backchannel_authentication_endpoint"": ""https://login.windows.net/d062b2b0-9aca-4ff7-b32a-ba47231a4002/oauth2/bc-authorize"",
""backchannel_authentication_request_signing_alg_values_supported"": [
""ES384"",
Expand Down Expand Up @@ -252,6 +264,7 @@ public static OpenIdConnectConfiguration FullyPopulatedWithKeys
""ES192"",
""ES256""
],
""tls_client_certificate_bound_access_tokens"": true,
""ui_locales_supported"": [
""hak-CN"",
""en-us""
Expand Down

0 comments on commit a783b21

Please sign in to comment.