Atozed Forums
IW cant Handle Authentication Header - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IW cant Handle Authentication Header (/thread-2434.html)

Pages: 1 2


RE: IW cant Handle Authentication Header - yonghu058 - 07-09-2021

(07-09-2021, 02:06 AM)Alexandre Machado Wrote: I'll need some time to investigate this. Maybe we can expose the OnParseAuthentication event, but I'm not sure yet.

OK.Thx.
for now OnParseAuthentication  is not work


RE: IW cant Handle Authentication Header - andrianoz - 10-01-2021

Hello
And I have a similar problem.
Exception class EInHTTPUnsupportedAuthorisationScheme with message 'Unsupported authorization scheme.'.
did you manage to solve the problem?


RE: IW cant Handle Authentication Header - yonghu058 - 10-11-2021

(10-01-2021, 07:38 PM)andrianoz Wrote: Hello
And I have a similar problem.
Exception class EInHTTPUnsupportedAuthorisationScheme with message 'Unsupported authorization scheme.'.
did you manage to solve the problem?

no.donot use Indy


RE: IW cant Handle Authentication Header - kudzu - 10-13-2021

From your header, this seems to be OAuth 2.0. Indy does not support that as far as I know currently which SA apps use.

One alternative would be to use ISAPI or ASPX on IIS, and let IIS do the authentication. Surely there are OAuth 2.0 options for IIS, but not sure how much application level support that also might be needed.