A PHP Error was encountered
Severity: Notice
Message: Undefined index: userid
Filename: views/question.php
Line Number: 191
Backtrace:
File: /var/www/html/cnasolution/application/views/question.php
Line: 191
Function: _error_handler
File: /var/www/html/cnasolution/application/controllers/Questions.php
Line: 419
Function: view
File: /var/www/html/cnasolution/index.php
Line: 315
Function: require_once
How to connect azure devops and bitbucket using 2 step verification
I currently have bitbucket cloud connected to azure-devops using OAuth authentication as described in the doc - https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/bitbucket?view=azure-devops&tabs=yaml
I want to enable 2 step verification on BitBucket - https://support.atlassian.com/bitbucket-cloud/docs/enable-two-step-verification/
Can someone please let me know what changes are required on Azure Devops to enable it to connect to bitbucket using 2 step verification and how will I go about getting this setup
Any help appreciated! Thanks!