Guest User

Untitled

a guest
Oct 23rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. security:
  2. oauth2:
  3. resourceserver:
  4. jwt:
  5. jwk-set-uri: http://localhost:8080/auth/realms/sociter/protocol/openid-connect/certs
  6. issuer-uri: http://localhost:8080/auth/realms/sociter
  7.  
  8. javax.ws.rs.BadRequestException: HTTP 400 Bad Request
  9.  
  10. keycloak:
  11. server: http://localhost:8080/auth
  12. realm: sociter
  13. username: realm-admin
  14. password: 123123
  15. client-id: api-client
  16. client-secret: 8f36d1a1-63d6-448a-9d4c-542add294db2
Add Comment
Please, Sign In to add comment