instipod / DuoUniversalKeycloakAuthenticator

Keycloak Authenticator for Duo's new Universal Prompt
GNU General Public License v3.0
50 stars 15 forks source link

Fixed uriInfo to work with keycloak standalone for jboss #2

Closed richard-9000 closed 2 years ago

richard-9000 commented 2 years ago

This class would error out after return from Duo prompt with a java error missing method getUriInfo in jboss resteasy.

Deployed / tested in keycloak 16.1.0

Deceptively simple fix for amount of time spent troubleshooting.

instipod commented 2 years ago

Thanks for the fix!