OpenConext / Mujina

A mock IDP and SP using the OpenSAML library
Apache License 2.0
367 stars 166 forks source link

Create user at SP from IDP #42

Closed max-9o closed 6 years ago

max-9o commented 6 years ago

Does Mujina IDP have an ability to provide linked SP with users? I'am asking about something like this https://www.ibm.com/developerworks/library/se-jitp/ A just-in-time provisioning use case part

oharsta commented 6 years ago

The JIT provisioning is for Service Providers who actually store the identity of the user. The Mujina SP was only developed to demonstrate the Mujina IdP and as such does not do anything with the user it receives in the SAML assertion. The Mujina IdP does has an API to add users on the fly: https://github.com/OpenConext/Mujina#adding-a-user.