Skip to content

OuterIdentity not set #148

@tichachm

Description

@tichachm

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions