Skip to content

UserAuth handlers not evaluated in document order #235

Open
@rido-min

Description

@rido-min
"UserAuthorization": {
  "AutoSignin": true,
  "Handlers": {
    "bad": {
      "Settings": {
        "AzureBotOAuthConnectionName": "bad"
      }
    },
    "graph": {
      "Settings": {
        "AzureBotOAuthConnectionName": "MCS",
        "Title": "SigIn for Sample",
        "Text": "Please sign in and send the 6-digit code for MCS"
      }
    },
    "github": {
      "Settings": {
        "AzureBotOAuthConnectionName": "GH",
        "Title": "SigIn for Me",
        "Text": "Please sign in and send the 6-digit code for github"
      }
    }
  }
}

},

and then calling GetTurnToken returned a graph token

@MattB-msft saw this behavior

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions