specification: API Commons OAuth Scopes specificationVersion: '0.1' provider: Dana Incorporated providerId: dana-incorporated generated: '2026-09-07' method: probed source: https://www.dana.com/.well-known/openid-configuration description: >- Every scope below is read verbatim from the scopes_supported array of the OpenID Connect discovery document Dana serves at www.dana.com. The epi_* scopes are Optimizely (Episerver) CMS scopes — this is the content-delivery/forms surface of dana.com, not the Dana Aftermarket product API. Descriptions are the standard meanings of those scope names; nothing here is invented and no scope was added that the document does not list. docs: null docs_note: >- Dana publishes no scope or permissions reference page. Searched dana.com (sitemap walked) and danaaftermarket.com; neither carries developer documentation. scope_count: 8 scopes: - name: openid description: Standard OpenID Connect scope requesting an ID token for the authenticated subject. standard: true - name: offline_access description: Requests a refresh token so the client can renew access without user interaction. standard: true - name: profile description: Standard OIDC scope releasing basic profile claims. standard: true - name: email description: Standard OIDC scope releasing the email claim. standard: true - name: roles description: Releases the role claim for the authenticated subject. standard: false - name: epi_content_delivery description: Optimizely (Episerver) Content Delivery API — read published CMS content. standard: false - name: epi_content_definitions description: Optimizely (Episerver) Content Definitions API — read/manage content type definitions. standard: false - name: epi_forms_api description: Optimizely (Episerver) Forms API — read form submissions. standard: false maintainers: - FN: Kin Lane email: kin@apievangelist.com