geteduroam / mobile-app

Next-gen mobile app for geteduroam
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

App does not recognise type: webview #101

Open jornane opened 1 month ago

jornane commented 1 month ago

A profile with type: webview does not have an eapconfig_endpoint. The app must simply open a web view with the provided webview_endpoint. Currently the app displays an error:

Cannot complete request Selected profile is missing EAP endpoint.

dzolnai commented 1 month ago

Do you have an example organisation for this?

jornane commented 4 weeks ago

For example "The University of Akureyri", there's a lot more if you search in the discovery JSON;

curl --compressed http://discovery.eduroam.app/v2/discovery.json | json_pp | fgrep webview_endpoint | sort | uniq
jornane commented 4 weeks ago

In any case, the app must verify the type field before it tries to read the other fields. We might add other types later.