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
The LtiOauthVerifier always creates a new SimpleOAuthValidator for each and every call of the verify method. So usedNonces is always empty and the check will never fail. Also if LtiOauthVerifier itself is a singleton.
I think this is a bug. Or did I miss something here?
The text was updated successfully, but these errors were encountered:
The LtiOauthVerifier always creates a new SimpleOAuthValidator for each and every call of the verify method. So usedNonces is always empty and the check will never fail. Also if LtiOauthVerifier itself is a singleton.
I think this is a bug. Or did I miss something here?
The text was updated successfully, but these errors were encountered: