Hello
I'm learning angular dev
Is there a way to perform auth using SOPHOS UTM AUT SERVICES for the application
Such as google auth
thanks
This thread was automatically locked due to age.
Hi Devesh
no ,i am not concerned
for now i am using WAF with revers auth for my internal app .( simple html ..https://webmail.falcone.co.il/proj/main.html protected by WAF =>
redirects to auth form https://webmail.falcone.co.il/proj_main.html_iqhuoijfctysh_form?L3Byb2ovbWFpbi5odG1s )
and now i am trying to create angular app with some pages and i want to prevent going to "home" page untill user will be authenticated
my question is if i can use sophos utm in my angular project as identity provider (angular oAuth2 module) ?
maybe i missunderstanding somthing:)i am very "green" in dev:)
I need get the information of the user who successfully logged in via reveres authentication
"Or Is it that you want the reverse auth to be done through oAuth2 via UTM reverse authentication? :) " this excatly what i need:)
this is an exaple of AuthConfig file
issuer: '<sophos api url >
this will promft sophos auth form ,and after the user will authenticated get response
somthing like this:)
Hello there, I have checked with the team internally and currently UTM only supports reverseproxy authentication with Form and Basic method. You can integrate compatible authentication servers with it but as of now, Reverseproxy authentication can not be done with oAuth2.
Thanks,