Forum Discussion
APM KCD SSO - Requesting ticket can't get forwardable tickets (-1765328163) but works eventually
Don't use an SSO Credential Mapping agent for Kerberos SSO. You don't need it. The SSO profile has two session variable inputs, session.sso.token.last.username, and session.logon.last.domain. You simply need to make sure these session variables are populated before the end of the policy, and the domain variable is usually statically set.
session.logon.last.domain = expr { "INTERNAL.COM" }
And your username variable can either be the sAMAccountName (preferred) or UPN.
session.sso.token.last.username = expr { "bob" }
In fact you can isolate SSO for testing by simply assigning these values statically in the VPE.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com