Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 602 Bytes

access_denied.md

File metadata and controls

16 lines (11 loc) · 602 Bytes

access_denied

This error occurs when the user denied consent to a resource you're trying to access.

Possible causes

  • You tried accessing a resource the user hasn't given you consent to access yet.
  • You tried accessing a resource the user revoked consent to.
  • The user's account was not found or dissabled.
  • A conditional access request failed.
  • Your application is misconfigured.
  • The user's device authentication failed.

What to do

Notify the user you cannot continue without consent from them, then reprompt them and have an exit option if they do not want to consent.