Using the assertion "Authenticate Against CA Single Sign-On" does not provide ATTR_USERMSG attribute for "password will expire", smauthreason=18, in API Gateway (9.4 CR03).
ATTR_STATUS_MESSAGE is empty.
SESS_DEF_REASON is empty.
We use Siteminder 12.8 SP03.
Release : 9.4
Component : API GTW ENTERPRISE MANAGER
How to identify user whose password is expiring soon - the responses was available just not clear on how to get it
Provides the PWS URL to handle the use case
Set context variable as followed
${siteminder.smcontext.attributes.ATTR_ONACCEPTREDIRECT}
Provides the reason code attribute 18 for the use case
Set context variable as followed
${siteminder.smcontext.sessdef.reason}