Commit aa280e96 authored by 陈健's avatar 陈健

增加忽略ssl

parent b3d8d4b2
......@@ -23,6 +23,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.8</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
......
onegini.oidc.clientId=java
onegini.oidc.clientSecret=6ddb6abddab011e9b7b94a98d28b021b
onegini.oidc.clientSecret=99224e4094d111eab05bca9a9586eb62
onegini.oidc.issuer=https://auth.poc.paas.com
onegini.oidc.idTokenEncryptionEnabled=false
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment