hslavich / OneloginSamlBundle

OneLogin SAML Bundle for Symfony
MIT License
149 stars 94 forks source link

UserFactory for versions greater than 2.1 #163

Closed nicolascrequer closed 3 years ago

nicolascrequer commented 3 years ago

Add code update for versions greater than 2.1

a-menshchikov commented 3 years ago

@nicolascrequer Thank you for this PR.

I think we should give an actual example without notice about version, so example with $username and $attributes should go first. And in the end give note about another createUser signature in 2.0 with only function definition example (without the complete class code).

a-menshchikov commented 3 years ago

Closed in favor of #165.