Completed
Details
Details
Assignee
Rod Widdowson
Rod WiddowsonReporter
Rod Widdowson
Rod WiddowsonOriginal estimate
1h
Components
Affects versions
Created June 20, 2017 at 9:31 AM
Updated November 1, 2018 at 2:13 PM
Resolved July 2, 2017 at 1:25 PM
The current role-based AuthN code is overly grandiose
<Roles authNRole="ShibAuthN"> <Role attribute="foo" prefix="fooPrefix"/> <Role attribute="bar" prefix="barPrefix"/> <Roles>
The prefix work is much better done elsewhere and we end up with
<Roles authNRole="optional" roleAttributes="Attr1 attr2"/>