Validate user if it is assigned to an application on forgot password page in Sign In widget

Hi, is the feature possible? or do you have any ideas / workarounds to achieve same result.

Kind Regards

@jacemaniquis To verify if a user is assigned to an app, you need to call the below api and check if the user is included in the list.
https://support.okta.com/help/s/article/How-to-obtain-a-list-of-users-who-are-individually-and-or-group-assigned-to-an-application?language=en_US
If you want to call the api from Sign in widget, you have to try to customize a button/link in the page and add the logic behind the button.