Jason Kim
Jason Kim
In interactive flow, see if using upn from the response of msauth://wpj?upn=...&applink=... be better than username from request parameter
In interactive flow, see if using upn from the response of msauth://wpj?upn=...&applink=... be better than username from request parameter
If we need/want to support this, then MSIDWebviewUIController needs to expose the config here.
MSIDCredentialCollectionController has bunch of values that we use to draw. Let's improve on this.
In NSString+MSIDExtensions, should we return a hex string or base64 encoding?
Current design creates session per request. Let's design such that we have a queue for a session that we can reuse for all our tasks.