Password synchronization from Okta to web app

I have an OIDC app for login to web app from Okta. The web app have already has its own database with users. I need to create a new user in my app for each new okta users. I guess to use Event Hooks for that, but hooks don’t contain a password information. Hoe can I sync passwords from Okta to web app?