when using the sign in widget, i set up google as an IDP, i click the “sign in with google” button then i get an error 500 at the okta authorize api endpoint.
i found that the URL that hits /authorize is missing the idp=XXX variable, if i add it in manually then I get redirected to the google sign in page and sent back. but i can not see where else it needs to be added in order to get inserted into the get string of that request because it is all controlled by the sign in widget.
question, what are all of the required settings needed in the widget config so a google sign in will redirect correctly?