cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2551
Views
0
Helpful
8
Replies

ISE 2.7 - Configurable Password Prompt in RADIUS Token Servers does not work.

PREMYSL KOPECKY
Level 1
Level 1

If I configure Password Prompt in the definition of RADIUS Token Server, it will not take effect at login.

 

ISE Configuration through the Admin portal>

               RADIUS Token List > OTP > Authentication - *Prompt "OTP Challenge:"

 

CLI Login will not change >

               Username: user
               Password: xxxx

 

I have used same configuration on the ACS 5.8, where it worked.

8 Replies 8

Arne Bier
VIP
VIP

Possibly a bug. I have noticed that the tacacs custom username and password prompts don’t work well either when using SSH. But for telnet it works great. In SSH use case I can only see the custom password prompt

Yes, ssh and telnet authentication often work differently.

 

I tested a telnet login on Cisco 1921.
In the case of ACS, the prompt changes but not for ISE.


ACS: internal user - Password Type: "external RADIUS OTP"
Username: user
OTP Challenge: xxxx

ISE: internal user - Password Type: "external RADIUS OTP"
Username: user
Password: xxxx

 

The situation is same with the "Identity Source Sequences" setting in the Authentication Policy.

For the Attribute Name, ISE pre-populates CiscoSecure-Group-Id - is your token server returning the Cisco AVPair exactly as ISE expects it? I guess it must, if everything is working

e.g. cisco-av-pair = ACS:CiscoSecure-Group-Id=avaya

 

But if it's just the prompt that is not being modified, then it smells like a bug to me

 

Just checking - you changed the text below in your ISE from "Password:" to something like "OTP Challenge" ?

 

radius-otp.png

 

I replicated how working ISE in my case.

 

cisco-av-pair setting:

cisco-av-pair = ACS:CiscoSecure-Group-Id=OTP-test

ScreenShot1.png

RADIUS_OTP_test server reply:

ScreenShot2.png

Password prompt setting:

ScreenShot3.png

TACACS+ server reply:

ScreenShot4.png

Telnet successfull login:

ScreenShot5.png

but password prompt has not changed.

Hi @PREMYSL KOPECKY 

 

The RADIUS reply is not correct:

Cisco-AVPair= OTP-test

 

It has to be as follows, because you have overridden the string from the default 'CiscoSecure-Group-Id' to 'OTP-test'

Cisco-AVPair = ACS:OTP-test

 

When your NAS sends the Access-Accept to ISE then there might be a value assigned to this attribute - e.g.

Cisco-AVPair = ACS:OTP-test=SuperUser
or Cisco-AVPair = ACS:OTP-test=NormalUser

 

And your ISE Authorization logic can then decide how to treat that user.

So, think of that horrible looking attribute "Cisco-AVPair = ACS:OTP-test" as ONE RADIUS attribute that you can give a value (e.g. SuperUser, NormalUser, etc.) - ISE MUST see the attribute as Cisco-AVPair = ACS:<custom_attr_name> where the <custom_attr_name> is by default CiscoSecure-Group-Id - and in ACS it was Filter-Id.

 

Hope that works

 

 

 

Hi Arne,

We discussed parameters related to authorization against the RADIUS Token server.
However, the issue I am dealing is password prompt that is not being modified.
It's still not working.

What does this screen look like on your ISE?

 

tacacsprompt.PNG

ISE is working for me, even with SSH.

I found the custom prompt ("Duo AD-Pass:") shown in the T+ server reply.

Screen Shot 2021-03-21 at 4.19.30 PM.png