Single Sign-On Using OAuth

1
I want to implement single sign-on functionality using OAuth module , currently I'm working On mendix version 9.12.2 . Kindly Suggest me that which OAuth module will be better for implemention. The following are the list of OAuth modules available for Version 9.12.2   OpenIDConnect Single Sign-on(OIDC,OAuth,SSO) OAuth OAuth 2 Authorization for APIs - example
asked
2 answers
0

Hi,

 

A nice starting point is the next module: https://marketplace.mendix.com/link/component/120691

together with the documentation you should be able to implement Oauth 2.

 

Cheers,

Javier

answered
0

If your IDP supports OpenID Connect (OIDC) you may want to consider this one:

https://marketplace.mendix.com/link/component/120371

OIDC is an extension to OAuth. Most IDP’s (i.e. Azure AD, Okta) do support OIDC for SSO.

 

answered