| When following the directions here for identity management I ran into an issue with and iOS Ionic application - https://docs.aerogear.org/aerogear/latest/identity-management.html#configuring-idm The requests to fetch my user token from Keycloak/SSO are blocked since the origin is ionic://localhost and not *http://localhost* We could include this information in the Cordova dialog perhaps? Wojciech Trocki might have an opinion too. It's my first time seeing the ionic:// protocol. I assume it has something to dom with their own WebView so it might require a technical/code change too. |