Page 1 of 1

Azure Single Sign On SSO

PostPosted: Wed Sep 21, 2022 4:21 pm
by swingman
Hi all,

I have been asked if one of my systems can do Azure SSO.
There is a page in the Wiki of SvySecurity;

https://github.com/Servoy/svySecurity/w ... gn-on-(SSO)

Is is as simple as providing the plugin with a suitable URL for authentication?

Re: Azure Single Sign On SSO

PostPosted: Mon Sep 26, 2022 3:41 pm
by sean
Hi Christian,

The SvySecurity Token-based auth is more of a Servoy-managed SSO, meaning you can issue a token which is cached locally and can be reused to authenticate to any number of applications. But it is not federated against a 3rd-party system (like Azure)

For this, you can use OAuth plugin:
https://wiki.servoy.com/display/DOCS/oauth

...and I think a code snippet in an older post (originally from you ;-)
viewtopic.php?f=15&t=22951

Best,
Sean