|
@@ -132,6 +132,11 @@ service associated with the client id. See [*Active Directory Library For Java*]
|
|
Add the following properties to your `core-site.xml`
|
|
Add the following properties to your `core-site.xml`
|
|
|
|
|
|
```xml
|
|
```xml
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.adls.oauth2.access.token.provider.type</name>
|
|
|
|
+ <value>ClientCredential</value>
|
|
|
|
+</property>
|
|
|
|
+
|
|
<property>
|
|
<property>
|
|
<name>dfs.adls.oauth2.refresh.url</name>
|
|
<name>dfs.adls.oauth2.refresh.url</name>
|
|
<value>TOKEN ENDPOINT FROM STEP 7 ABOVE</value>
|
|
<value>TOKEN ENDPOINT FROM STEP 7 ABOVE</value>
|