You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had an OAUTH server running using oath2orize for some time and use it with many different services.
I now have a need for a user to select a particular option when they perform the Allow through the Dialog. For example, when the perform allow they will select a particular option, 1, 2, 3 or 4.
I want to store this with the authcode in a seperate field as well as store it when the authcode exchange occurs.
Problem is that when I do the authsave in oauth2orize.grant.code() I do not have access to the req.query values passed in.
Any suggestions would be most appreciated.
The text was updated successfully, but these errors were encountered:
Figured it out...
In the decision code, you can pass in a value. Below you will see instanceID which I pass in when retrieved from req.body.instanceID.
I have had an OAUTH server running using oath2orize for some time and use it with many different services.
I now have a need for a user to select a particular option when they perform the Allow through the Dialog. For example, when the perform allow they will select a particular option, 1, 2, 3 or 4.
I want to store this with the authcode in a seperate field as well as store it when the authcode exchange occurs.
Problem is that when I do the authsave in oauth2orize.grant.code() I do not have access to the req.query values passed in.
Any suggestions would be most appreciated.
The text was updated successfully, but these errors were encountered: