Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect response type used in nodejs bot-sso-adaptivecard sample #1086

Open
garrytrinder opened this issue Dec 22, 2023 · 2 comments
Open
Assignees

Comments

@garrytrinder
Copy link
Collaborator

The nodejs bot-sso-adaptivecard sample uses the incorrect type in it's response.

var loginReqResponse = {
StatusCode: 401,
Type: "application/vnd.microsoft.card.loginRequest",
Value: oAuthCard
}

It should be

var loginReqResponse = {
    StatusCode: 401,
    Type: "application/vnd.microsoft.activity.loginRequest",
    Value: oAuthCard
}
@Meghana-MSFT
Copy link

Meghana-MSFT commented Dec 22, 2023

Thank you for reporting this, we will check this and get back to you.

Update: We are looking into it and let you know the updates.

@simone-montemezzani-3AP

Any news on this? Sample still contains application/vnd.microsoft.card.loginRequest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants