MaikuB/flutter_appauth

kc_idp_hint not working on ios

holoc285 opened this issue · 1 comments

<KEYCLOAK_HOST>/auth/realms/<YOUR_REALM_NAME>/protocol/openid-connect/auth?client_id=<YOUR_CLIENT_ID>&redirect_uri=<THE_REDIRECT_URI>&response_type=code&scope=openid&kc_idp_hint=google

param kc_idp_hint only works on android but not on ios. Can anyone help me? Thank in advance.

fixed