HttpRepl icon indicating copy to clipboard operation
HttpRepl copied to clipboard

Authorization header, OpenID Connect implicit flow authentication

Open josundt opened this issue 6 years ago • 4 comments

Is it on your roadmap to support authorization headers, and possibly to support OpenID Connect standards based implicit flow authentication through a browser popup?

josundt avatar Aug 09 '19 08:08 josundt

More explicit support for authorization is definitely being considered. You can set authorization headers now (see the set header command, and the -h|--header arguments of the get/post/etc commands), but we recognize that its a bit manual.

I can only speculate on the implicit flow, but my sense is that would be lower priority because of the focus on fast command line dev/test scripted scenarios. But we'll see what people ask for!

tlmii avatar Aug 10 '19 00:08 tlmii

I do feel this would be quite a common use case, especially for bearer token. Not being able to do "set auth bearer " or even better "set bearer " has been the hurdle in using httpRepl in several instances for me.

Although we can always do "set headers authorization bearer ", in terms of having a fast command line, "set bearer " would be far better.

neville-nazerane avatar Aug 18 '19 22:08 neville-nazerane

I would like to set aside some time to talk with my buddy @cmatskas about some ideas here and if AAD team would be interested in this implementation.

bradygaster avatar Jun 22 '20 19:06 bradygaster

Anything that can help with secure authentication via AAD. Adding @John Patrick Dandisonmailto:[email protected] as well


From: Brady Gaster [email protected] Sent: Monday, June 22, 2020 12:12 To: dotnet/HttpRepl Cc: Christos Matskas; Mention Subject: Re: [dotnet/HttpRepl] Authorization header, OpenID Connect implicit flow authentication (#156)

I would like to set aside some time to talk with my buddy @cmatskashttps://github.com/cmatskas about some ideas here and if AAD team would be interested in this implementation.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/dotnet/HttpRepl/issues/156#issuecomment-647720429, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA7PQHTU4NN2K5CNMICDBIDRX6UKDANCNFSM4IKR6K7Q.

cmatskas avatar Jun 22 '20 20:06 cmatskas