Closed leon-lei closed 5 years ago
Minor fix. On line 96, missing indent after if statement.
95 if authorization_data.authentication.state != CLIENT_STATE: 96 raise Exception("The OAuth response state does not match the client request state.")
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@leon-lei thanks for the heads up. We will update it to match this working sample.
Minor fix. On line 96, missing indent after if statement.
95 if authorization_data.authentication.state != CLIENT_STATE: 96 raise Exception("The OAuth response state does not match the client request state.")
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.