Windows Live Connect and Open IDC -


i have created app through windows developer console, , i'm trying use open id connect/oauth 2.0 allow user log in app using windows live login. works when use azure ad, have add each windows live account azure ad tenant, , looking allowing user windows live account log in app.

when use windows live, set oid rp client_id provided me windows app developer console. problem works way through, until id_token windows live. problem client_id in id token has zeros prefixed client id. example if client id in developers console 000001234, client_id in id_token windows live 0000000-00000000-0000-000001234. @ point oidc fails (as should), because client_id returned in id_token different client_id requested token.

it's close being there, need last bug fixed, , i'll do. additional note. client id's delivered through azure apps have zeros populated, i.e. client id's seem match format that's returned windows live in client_id value prefixed digits.

so found solution this. hans zandbelt author of mod_auth_openidc sending me link http://blogs.technet.com/b/ad/archive/2015/08/12/azure-ad-microsoft-account-preview-sign-in-personal-and-work-accounts-using-a-single-stack.aspx. took bit of finagling, got work. keep in mind got working against preview version, may change, posted details of how solve on blog


Comments