Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Single Sign On SSO openid saml

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
kkeller
Posts: 1
Joined: Sat Feb 15, 2020 11:36 pm

Single Sign On SSO openid saml

Unread post by kkeller »

Dear Nubuilder team,

I would like to use nuBuilder but I wonder how I can use it with i.e. keycloak to sign in via SSO.

I dont mind if it is via SAML2 or OpenID.

I would also need to be able to create and update users through an API, direct DB access or OpenId or SAML token.
In my wildest dreams I would also need a solution to block user from signin in or deactivate them and be be able to ultimately delete them
centrally from the IDP.

I would prefer openid and oauth2 since I think it is also easier to map token scopes (or alternatively claims ) to nuBuilder permissions or roles respectively.

I would not quite know how to achieve that with saml.

Would there be a way to achieve this to somehow hook into Nubuilders auth system?

Thank you!
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Single Sign On SSO openid saml

Unread post by kev1n »

Hi,

You would have to modify the functions like nuCheckStandaloneUserLoginRequest(), nuCheckStandaloneGlobeadminLoginRequest() etc. in nuprocesslogins.php
by using a library like PHP OpenID Connect Basic Client

I've never done anything like this before so I'm afraid I can't be of much help...

You could also get in touch with the nuBuilder Forte Specialists
Post Reply