Hi
We are implementing UAC with multiple realms. One of the realms will be for external users to be authenticated via Eduroam, and these users will have a user ID in the form "[email protected]".
When we try to configure a new realm for these users in UAC v4.1, the problem that we run into is that UAC interprets the "@" symbol in the user name as a realm separator, and tries to match everything to the right of the symbol as a realm name. Is there any way to get UAC not to do this, but to interpret the whole string as a realm name? We can get around the issue of realm identification by making the Eduroam realm the first match in the list, and forcing all other users of the same protocol set to specify their realm name as a "true" suffix.
Any suggestions gratefully accepted.
Oops - I meant to say
Is there any way to get UAC not to do this, but to interpret the whole string as a user name?
Hi,
What's the endpoint type, is it OAC or non-OAC or agentless access ?
What's the existing Configuration for User Sign In Policies for following
Thanks
If my understanding is correct, you are hitting the correct realm but you are seeing user name to be stripped.
Have you checked "User may specify the realm name as a username suffix"
and "Remove realm suffix before passing to authentication server" in sign-in URL?
If my understnading is wrong, could you tell me how many realms that you have configured in sign-in url with names.
And explain the use-case in detail with example, so that, it would be easy to understnad your use-case.
Regards,
Raveen
We are not hitting the correct realm.
We have a number of realms already configured, and all of these realms allow the user to name the realm as a suffix to the user name. The new Eduroam realm does not allow users to suffix the realm. If we enabled that option, the users could potentially supply credentials in the form
Even if this works, which it doesn't, we can't implement it this way because the Eduroam rules mandate that users must be able to authenticate with just their Eduroam credentials, i.e.
We cannot mandate that users have any additional software installed, so the use cases are either for 802.1X authentication from generic (Microsoft, etc.) supplicants, without OAC or Pulse, or failing 802.1X, from the captive portal..
There are a number of other realms, with similar use cases, so we have to be able to distinguish Eduroam users who must not add a realm suffix from other realm users.