+

Search Tips   |   Advanced Search

Use the default single sign-on token with default or custom token factory to propagate security attributes

Do not use the default single sign-on token in service provider code. This default token is used by the WAS run-time code only.

Size limitations exist for this token when it is added as an HTTP cookie. If we need to create an HTTP cookie using this token framework, we can implement a custom single sign-on token. To implement a custom single sign-on token see Implement a custom single sign-on token for security attribute propagation for more information.


Related tasks

  • Propagating security attributes among application servers
  • Implement a custom single sign-on token for security attribute propagation