auth0-extensions / auth0-authentication-api-debugger-extension

MIT License
5 stars 14 forks source link

Ensure token was issued by the RTA. #33

Closed seejee closed 4 years ago

seejee commented 4 years ago

✏️ Changes

We were not verifying the access token's issuer to be the RTA previously, so any valid token would allow the extension to be launched, and a webtask token would be leaked into the page.

🔗 References

https://auth0team.atlassian.net/browse/SEC-530

🎯 Testing