Datapower authentication -


i confused how have authentication using ltpa login re-use in datapower.

and

authentication of user presenting spnego ap-req (kerberos) via keytab file

what steps performed , main conept behind authentication?

thanks

aaa authentication pretty simple , works in following way: 1. extract identity of user message 2. extract resource message 3. authenticate 4. map resource 5. authorize 6. post processing

unique thing behind aaa doesn't stop processing if authentication fails. owing fact if user un-authenticated may want 'something' him/her. can more information in following link.

now let me answer second question in shortest way. need following things achieve [tell me if face issue because configured , works me]. 1. create aaa policy in following way 2. in extract identity phase choose 'ltpa token' 3. in authenticate phase choose 'accept ltpa token' , provide ltpa token version. need give ltpa key file , relevant password. key file must uploaded datapower [preferably in 'cert' folder]

that need accept ltpa token , authenticate user.

since kerberos thing can tricky deal with, appriciate if tell me following information how want use kerberos [in spnego token]. 1. tell me scenario want user kerberos 2. when extract identity kerberos spnego token, how want authenticate user? [or understanding incorrectly, want else , understanding else :)]

  • ajitabh

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -