Hi,
we are testing the App with the new geteduroam portal from the beta branch: https://github.com/geteduroam/letswifi-portal/tree/beta.
On Linux we had a issue with outerIdentity not set.
I could fix that by adding
public function getAnonymousIdentity(): ?string { return substr($this->credentialId,3); // return null; }
in letswifi-portal/src/letswifi/credential/certificatecredential.php
to the portal.
Now there is a fix for Linux: geteduroam/linux-app@61492a1
So I reverted the change in the webportal.
Now I get same problems with Android App (at least with Android 10 and the fixed Version for Android 11 (#146 (comment)).
Note:
Our radius is checking outerIdentity to determine if eap-tls or any other auth-method is used, so if there is no outeridentity set, connection will fail.
Is this a problem with the app or webportal?
Hi,
we are testing the App with the new geteduroam portal from the beta branch: https://github.com/geteduroam/letswifi-portal/tree/beta.
On Linux we had a issue with outerIdentity not set.
I could fix that by adding
public function getAnonymousIdentity(): ?string { return substr($this->credentialId,3); // return null; }in letswifi-portal/src/letswifi/credential/certificatecredential.php
to the portal.
Now there is a fix for Linux: geteduroam/linux-app@61492a1
So I reverted the change in the webportal.
Now I get same problems with Android App (at least with Android 10 and the fixed Version for Android 11 (#146 (comment)).
Note:
Our radius is checking outerIdentity to determine if eap-tls or any other auth-method is used, so if there is no outeridentity set, connection will fail.
Is this a problem with the app or webportal?