Describe the bug
When trying to register a notification URL, the request goes to /sessionservice endpoint which always returns Application token passed in, is invalid.token
To Reproduce
Steps to reproduce the behavior:
Enable notification and try cookie shield url
Register notification API returns invalid.token even though token is valid
Expected behavior
It should register the notification URL to update to session changes.
Screenshots
Desktop (please complete the following information):
OS: macOS
Browser Chrome
Version 79.0.3945.117
Additional context
I can't find this /sessionservice endpoint in any new API documentation; Is this still a valid endpoint to register the notification URL?
Describe the bug When trying to register a notification URL, the request goes to
/sessionservice
endpoint which always returnsApplication token passed in, is invalid.token
To Reproduce Steps to reproduce the behavior:
Expected behavior It should register the notification URL to update to session changes.
Screenshots
Desktop (please complete the following information):
Additional context I can't find this
/sessionservice
endpoint in any new API documentation; Is this still a valid endpoint to register the notification URL?