Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Current response with JWT differs from one's expected in tutorial example #4

Description

@psihonavt

Hello,

Today, our auth code (which is based on this tutorials) for Outlook accounts started to crash, because JWT format had changed. Currently it looks like:

{
u'ver': u'2.0', 
u'aud': u'b27e9f81-dbc4-4d4a-923a-3eacaae45241', 
u'iss': u'https://login.microsoftonline.com/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0', 
u'at_hash': u'A9zHQW2pywcdHzwmqdcGpg', 
u'exp': 1456497726, 
u'tid': u'9188040d-6c67-4c5b-b112-36a304b66dad', 
u'iat': 1456411326, 
u'sub': u'AAAAAAAAAAAAAAAAAAAAAEd_FVIeg7D50-KulnCFDGo'
}

Fields preferred_username and name are absent. Quick googling gives nothing ... documentation on Microsoft's dev portal also does not display any updates.
Can you shed some light on this?
Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions