-
|
Hi, Is there a way to use external userstore for username/password verification in the ResourceOwnerPasswordGrant flow? Is it possible to do this? Currently the request fail to reach the interception script I've created because the username/pw is being validated against janssen db and I cannot figure out of to disable if (if possible). Help and guidance appreciated. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
I think See This script authenticates against internal DB but nothing stops from creating user inside that script. Let us know how it goes. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Thanks for the response. I've looked into that script and also set the However, it seems that the custom script is never actually invoked, neither the default LDAP authentication. So the client is successfully authenticated, but the user is never authenticated. I would expect to see something in the logs that is either related to external authentication or LDAP authentication, but I can't see anything. If I understand it correctly the auth decision is taken here: Can you provide a minimal // Phil |
Beta Was this translation helpful? Give feedback.
-
|
Script seems to be loaded - I see these logs from the init method: Additionally in the db it says that: still get similar results with log level trace: Would it be possible for you to provide the required terraform config? |
Beta Was this translation helpful? Give feedback.
Did you add this script to client? Table
jansClnt, injansAttrsjson should haveNo, I don't have it