instipod / DuoUniversalKeycloakAuthenticator

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

Authentication against Duo failed #18

Closed syscoder911 closed 10 months ago

syscoder911 commented 1 year ago

2023-10-18 12:56:26,813 WARN [com.instipod.duouniversal.DuoUniversalAuthenticator] (executor-thread-28) Authentication against Duo failed with exception: com.duosecurity.exception.DuoException: invalid_client

instipod commented 1 year ago

invalid_client points to a configuration error with the Duo information. Have you verified your client_id (integration key) and secret match what is shown in your Duo console?

syscoder911 commented 1 year ago

Yes, the client_id and secret match what is shown in my Duo console, but I don't know why I'm getting this error. Additionally, I'm not seeing any activities on the Web SDK application in my Duo console.

image

instipod commented 1 year ago

Do you see Application supports universal prompt and Show new universal prompt selected in the Duo Admin Console?

image