|
AdfsSso::CreateNonceAndStateForUserSession |
( |
wstring |
wstrUserSessionId, |
|
|
[out] wstring |
wstrNonce, |
|
|
[out] wstring |
wstrState |
|
) |
| |
Generate new Nonce and State claims for id_token.
- Parameters:
-
wstrUserSessionId | (wstring) Unique string, identifying caller user session |
wstrNonce | (wstring) Output string, containing 'Nonce' value of id_token claim |
wstrState | (wstring) Output string, containing 'State' value of id_token claim |
- Exceptions:
-
Throws | exception in case of error. |
|