RoundCube OAuth with Azure Active Directory -
i have mail box has authentication azure ad authentication. doing poc roundcube authentication login mail box should not user name , password. application authentication happens using azure active directory , same auth token should passed roundcube authenticated mail box while login roundcube.
can please point me solution same.
many thanks, thirumalai m
based on comment, believe looking implement "on-behalf-of" scenario.
please take @ following sample have on our github: https://github.com/azureadsamples/webapi-onbehalfof-dotnet
in sample, native client calls web api , web api calls downstream web api after obtaining token act on behalf of original user. sample uses active directory authentication library (adal) in native client obtain token user call first web api, , in first web api token act on behalf of user call second web api. both flows use oauth 2.0 protocol obtain tokens.
let me know if sample helps you, or if need additional clarification here.
thanks, shawn tabrizi
Comments
Post a Comment