JetBrains / teamcity-azure-active-directory

TeamCity plugin which supports authentication via Microsoft Azure Active Directory
Apache License 2.0
26 stars 19 forks source link

Hi Guys, have you seen this issue before? #10

Closed mikeblakeuk closed 9 years ago

mikeblakeuk commented 9 years ago

Additional technical information: Correlation ID: eee80151-6e99-4231-xxx Timestamp: 2015-08-17 11:17:01Z AADSTS90013: Invalid input received from the user.

ghost commented 9 years ago

Nope, what MS guys are saying about it?

maartenba commented 9 years ago

Having the same issue here. Can you ping me on Skype whenever you're online?

mikeblakeuk commented 9 years ago

Hi

https://login.microsoftonline.com/common/oauth2/authorize&response_type... should be https://login.microsoftonline.com/common/oauth2/authorize?response_type...

Work around is to add "/oauth2/authorize?a=b" to the end of the App OAuth 2.0 authorization endpoint:

[Note; you also need to make sure Allow creating new users on the first login is ticked]

https://msdn.microsoft.com/en-gb/library/azure/dn645542.aspx

ghost commented 9 years ago

Looks like App Auth 2.0 Authorization endpoint format was changed on Azure Portal side.