You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stnoonan Keytab file creation wasn't mentioned here. If we are integrating against MS Active Directory. Do we need to create KeyTab file in Active Directory or in nginx server?. It will really help if you provide your comments.
The text was updated successfully, but these errors were encountered:
You need to create user in AD and then create keytab file assigned to that user. One user per keytab file. Example: ktpass -princ host/nginxsso.yourdomain.local@YOURDOMAIN.LOCAL -mapuser adusername@YOURDOMAIN.LOCAL -crypto ALL -ptype KRB5_NT_PRINCIPAL -pass somecoolpassword -target dc0.yourdomain.local -out host.keytab
@stnoonan Keytab file creation wasn't mentioned here. If we are integrating against MS Active Directory. Do we need to create KeyTab file in Active Directory or in nginx server?. It will really help if you provide your comments.
The text was updated successfully, but these errors were encountered: