Skip to content

Commit ced509a

Browse files
committed
Update quickstart config
1 parent bdfd0c8 commit ced509a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/active-directory/develop/quickstart-v2-java-webapp.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ To run this sample you will need:
9393
aad.secretKey=Enter_the_Client_Secret_Here
9494
aad.redirectUriSignin=https://localhost:8080/msal4jsample/secure/aad
9595
aad.redirectUriGraph=https://localhost:8080/msal4jsample/graph/me
96+
aad.msGraphEndpointHost="https://graph.microsoft.com/"
9697
```
9798
9899
> [!div renderon="docs"]
@@ -105,13 +106,13 @@ To run this sample you will need:
105106
1. To use https with localhost, fill in the server.ssl.key properties. To generate a self-signed certificate, use the keytool utility (included in JRE).
106107
107108
```
108-
Example:
109+
Example:
109110
keytool -genkeypair -alias testCert -keyalg RSA -storetype PKCS12 -keystore keystore.p12 -storepass password
110111

111112
server.ssl.key-store-type=PKCS12
112113
server.ssl.key-store=classpath:keystore.p12
113114
server.ssl.key-store-password=password
114-
server.ssl.key-alias=testCert
115+
server.ssl.key-alias=testCert
115116
```
116117
117118
Put the generated keystore file in the "resources" folder.

0 commit comments

Comments
 (0)