#129 do not split attribute mappings for URL attributes
Merged by dtheisen. Opened by dtheisen.
dtheisen/ipsilon master  into  master

Download 129.patch

This fixes the split logic for attribute mapping to allow attributes to be named after URL's beginning with http:// or https://

Just for clarification, this is to add support for the Amazon AWS SSO console, as documented here: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_saml_assertions.htm

I would prefer to combine them like: val.startswith(('http://', 'https://')):

Note that val_list is not yet defined at this place. You probably want to do: val_list = [val]

rebased

rebased

rebased

rebased

rebased

Commit e9064a3d fixes this pull-request

Pull-Request has been merged by daniel.theisen@foresee.com

Metadata