Skip to Content.
Sympa Menu

geteduroam - Re: letswifi-portal modifications

Subject: An open discussion list for topics related to the geteduroam service

List archive

Chronological Thread  
  • From: Jørn Åne de Jong <jornane.dejong AT surf.nl>
  • To: Christian Mittring <christian.mittring AT rz.uni-augsburg.de>, geteduroam AT lists.geant.org
  • Subject: Re: letswifi-portal modifications
  • Date: Mon, 2 Jun 2025 20:58:50 +0200

On 02/06/2025 16:38, Christian Mittring wrote:
Hello Jørn,

>> We also found a issue with the Android App downloaded from the Play
>> Store. The App shows "no valid EAP Provider found".
>> Is there a compability issue with the beta portal?
>
> Yes, it's fixed in https://github.com/geteduroam/letswifi-portal/commit/
> e437d451768064de0a230fcbfe406647abe02d91, which is already in the beta
> branch.

We already had this fix implemented, error message is the same even if oid is removed completely.

Code from ‎"src/letswifi/format/eapconfigformat.php"
"
private function generateHS20NetworkXml( NetworkPasspoint $network ): string
        {
                $result = '';
                foreach ( $network->oids as $oid ) {
                        $result = ''
                                . "\r\n\t\t\t<IEEE80211>"
                                . "\r\n\t\t\t\t<ConsortiumOID>" . $this->e( $oid ) . '</ConsortiumOID>'
                                . "\r\n\t\t\t</IEEE80211>";
                }

                return $result;
        }

"

Oh that's strange. We just tried and with the up-to-date portal from the beta branch and the up-to-date app on Google Play it works.
I don't have an answer to this, we tested it and it works for us..

Can you try downloading an eap-config from the portal, inspecting it and try loading it in the Android app?


>> With Ubuntu there seems to be a a missing value in the NetworkManager.
>> The "Identity filed" is empty and highligted red. If certificate CN is
>> inserted into the Identity field connection is working fine.
>
> Interesting, I'll ask our Linux dev.  If you're on the eduroam Slack,
> you can join #letswifi and #letswifi-portal there.  If he confirms it
> we'll create a Github issue, or you can create one yourself.

I will do some more tests with Ubuntu tomorrow and ask the college working on our radius server.
If it is not related to Radius I will open a Github issue.

I asked our Linux developer. He says it's a bug in the NetworkManager UI. The underlying NetworkManager has no problem with an empty identity value, only the UI complains about it. We'll solve it server-side to set the OuterIdentity value in the eap-config.


--
Jørn Åne de Jong
geteduroam board member





Archive powered by MHonArc 2.6.24.

Top of Page