Implement OpenID Connect for Identity Server
451
Views
2
Comments
New
End-user Management 

Implement OpenID Connect for Identity Server I wnat to have a sso using identity server in my app we can do that by create the following 

1- oidc plugin

2- token validator extension

3- flag on login screen to implement sso

4- flag on userInfo block to implement sso

5- edit outsystems users module to read and write tokens from the identity server 

Hi Hassan,

Did you look already in the OutSystems Forge, there are some components related to OpenID Connect.

Regards,

Daniel

hi Daniël Kuhlmann
yes I already did and there is only one components but it is not what I am talking about here
I am talking about built in feature with full control over users module
kinly note

3 - flag on login screen to implement sso

4- flag on userInfo block to implement sso

5- edit outsystems users module to read and write tokens from the identity server

I think forge commponents can not do that