
i78uk (i78uk) さんが質問をしました。
We've an app with keycloak. W've integrated the same to Okta by following https://ultimatesecurity.pro/post/okta-saml/.
Now We're able to login to app with okta users when we go to login page of app and select 'login with okta'. It is working fine.
However when we try to login into app from Okta app home we're getting
''We're sorry... Invalid Request.'
When we checked the logs in keyclaok, we are getting.
<code>
[0m[33m07:13:24,960 WARN [org.keycloak.events] (default task-3) type=IDENTITY_PROVIDER_LOGIN_ERROR, realmId=CustomRealm, clientId=null, userId=null, ipAddress=X.X.X.X, error=invalidRequestMessage
[0m[31m07:13:45,721 ERROR [org.keycloak.services.resources.IdentityBrokerService] (default task-3) invalidRequestMessage
[0m[33m07:13:46,415 WARN [org.keycloak.events] (default task-3) type=LOGIN_ERROR, realmId=CustomRealm, clientId=null, userId=null, ipAddress=157.38.63.86, error=invalid_request
</code>
It seems when we try to login via Okta app, clientId and userId are sent null.
Thanks in advance.

Hello Gunjan,
For this type of issues, the best way to get it resolved is to open a case with Okta Support, so we can investigate in our logs what is the issue and if it is from our side.
We will need to have access to your environment and make sure the setup is done correctly on our side. Also I would suggest to contact Keycloak support for the same, maybe they can assist as well.
Thank you!
@i78uk (i78uk) I'm having the exact same error. Did you find what the problem was for you?
Not yet @n4ngv (n4ngv) Let me know if you have some useful info about the same