Unable to read/Access the token to set the operatorid to login
Hi,
Currently ( as of today ) we map “Sub”, which is a attribute in the token we get from Authentication Service and the set the operator context by using a model operaor
Future: Based on the changed corporate Authentication services, we now have to parse the token ( D_pyOIDCLoginInfo.pyIDToken) and based on some business logic from other attributes in the token, we need to assign the Value for MapOperator Id
Attempt: We try to create a Data Page and/or override D_pyOIDCLoginInfo to parse the token and apply logic
Issue/Challenges:
- The Token seem to be not available at that time
- The token is not available at Pre Authnetication Activity level
- At/In Post Authentication Activity token is present in that DP, however by that time the Operator is already logged in.
- D_pzSSOAttributes—is also empty when referred at Map Opertaor Id level of the Auth Service Rule
Is there a way to get the token on D_pyOIDCLoginInfo or any values on D_pzSSOAttributes, before the operator is created?