aligot-cblue
Results
2
comments of
aligot-cblue
It seems it's the same issue when a profile has multiple phone number: "phoneNumbers": [ { "primary": false, "type": "mobile", "value": "+xxx" }, { "primary": true, "type": "work", "value": "+xxx"...
FYI: this works for me and fix some missing KeyDescriptor in metadata ``` gem 'ruby-saml', '>= 0.9.2' gem 'omniauth', '>= 1.2.2' gem 'omniauth-saml' ```