[keycloak-dev] Verify access token when using SPI

Tomás García tomas at intrahouse.com
Wed Jun 15 16:16:59 EDT 2016


Look here, lines 197-200 and you'll find your answer:
https://github.com/keycloak/keycloak/blob/master/services/src/main/java/org/keycloak/services/resources/IdentityBrokerService.java

Most of the arguments for the constructor of the authenticateBearerToken
method are injected each time the IdentityBrokerService is instantiated,
line 225 here:
https://github.com/keycloak/keycloak/blob/master/services/src/main/java/org/keycloak/services/resources/RealmsResource.java

-- 


*Tomás García Pérez*

*Software Developer*

*Intrahouse*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-dev/attachments/20160615/d5ce9d00/attachment.html 


More information about the keycloak-dev mailing list