Skip to content

Conversation

@lucashcosta
Copy link

In an SSO authentication configuration, it was detected that the ZAUTHENTICATE routine was causing an error due to a missing parameter in the function. To correct this, the following adjustment was made to the call:

From:
if ServiceName="%Service_WebGateway", $data(%request.Data(##class(%OAuth2.Login).#SessionQueryParameter),state)
To:
if ServiceName="%Service_WebGateway", $data(%request.Data(##class(%OAuth2.Login).#SessionQueryParameter,1),state)

@lucashcosta lucashcosta reopened this Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant