Add support for OIDC Configuration Provider

Closes gh-13210
This commit is contained in:
Madhura Bhave
2018-07-17 16:02:03 -07:00
parent 4fee54cf24
commit f88ebc06ff
9 changed files with 187 additions and 12 deletions

View File

@@ -725,6 +725,11 @@
<artifactId>json-path</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>