Skip to main content
GitHub

DRD24. Do not bundle OAuth security-related protocol logic or sensitive data into a relying party's app

Under Construction

This guideline is under construction.

Noncompliant Code Example

This noncompliant code example shows an application that

Non-compliant code
TBD

Compliant Solution

In this compliant solution the application

Compliant code
TBD

Risk Assessment

RuleSeverityLikelihoodDetectableRepairablePriorityLevel
DRD24MediumProbableNoNoP4L3

Automated Detection

ToolVersionCheckerDescription

Bibliography

Chen OAuth 2014OAuth Demystified for Mobile Application Developers
Internet Engineering Task Force (IETF). OAuth core 1.0 revision a. https://oauth.net/core/1.0a/ .
Internet Engineering Task Force (IETF). The OAuth 2.0 authorization framework. http://tools.ietf.org/html/rfc6749 .