Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rtn/OAUTH2.ZAUTHENTICATE.mac
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ZAUTHENTICATE(ServiceName, Namespace, Username, Password, Credentials, Propertie
quit sc
}
GetCredentials(ServiceName,Namespace,Username,Password,Credentials) Public {
if ServiceName="%Service_WebGateway", $data(%request.Data(##class(%OAuth2.Login).#SessionQueryParameter),state) {
if ServiceName="%Service_WebGateway", $data(%request.Data(##class(%OAuth2.Login).#SessionQueryParameter,1),state) {
// Supply user name and password for authentication via a subclass of %OAuth2.Login
Set HashedToken = $zcrc(state,7)
set Username="OAuth2"_HashedToken
Expand Down