Has anyone gotten OAuth2 working with AzureAD? If ...
# ktor
m
Has anyone gotten OAuth2 working with AzureAD? If so, how did you get AzureAD to return an
access_token
? I can get
code
,
id_token
, and
refresh_token
, but no matter what I ask for, I can’t seem to get that all-important
access_token
.