Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. security:
  2. security-domains:
  3. my-domain:
  4. jaspi-authentication:
  5. login-module-stacks:
  6. roles-token-stack:
  7. login-modules:
  8. jwt-jaspi-login-module:
  9. code: org.wildfly.swarm.microprofile.jwtauth.deployment.auth.jaas.JWTLoginModule
  10. flag: required
  11. auth-modules:
  12. http:
  13. code: org.wildfly.extension.undertow.security.jaspi.modules.HTTPSchemeServerAuthModule
  14. module: org.wildfly.extension.undertow
  15. flag: required
  16. login-module-stack-ref: roles-token-stack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement