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

Fix an example of Azure AD provider with OAuth #238

Open
wants to merge 2 commits into
base: testlink_1_9
Choose a base branch
from

Conversation

kenchan0130
Copy link
Contributor

I changed some samples at #225.
However, when I actually ran it with Azure AD, I found that the scope of https://graph.microsoft.com/mail.read was superfluous.
Therefore, I removed the scope from the sample.

@squash-labs
Copy link

squash-labs bot commented Jan 6, 2020

Manage this branch in Squash

Test this branch here: https://kenchan0130fix-sample-for-azur-o7fdt.squash.io

// $tlCfg->OAuthServers[1]['oauth_profile'] = 'https://login.microsoftonline.com/TENANTID/openid/userinfo';
// $tlCfg->OAuthServers[1]['oauth_scope'] = 'https://graph.microsoft.com/mail.read https://graph.microsoft.com/user.read openid profile email';
// $tlCfg->OAuthServers[1]['oauth_scope'] = 'https://graph.microsoft.com/user.read openid profile email';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the main one.

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

Successfully merging this pull request may close these issues.

1 participant