oauth config
This commit is contained in:
parent
775ad6e9cd
commit
9f5553d43f
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ server:
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: IdM-Service
|
name: IdM-Service
|
||||||
|
security:
|
||||||
|
oauth2:
|
||||||
|
resourceserver:
|
||||||
|
jwt:
|
||||||
|
public-key-location: classpath:oauth/as.pub
|
||||||
|
audiences:
|
||||||
|
- jocar
|
||||||
ssl:
|
ssl:
|
||||||
bundle:
|
bundle:
|
||||||
pem:
|
pem:
|
||||||
|
|
Loading…
Add table
Reference in a new issue