Open aaroncox opened 4 years ago
Current with how the ual-reactjs-renderer (and I can assume ual-plainjs-renderer) are built, each individual authenticator has no sense of what the UAL provider appName
value is when being constructed.
Changes to UAL will be required to accomplish this task.
Currently ual-anchor throws an error if you don't include a name during its instantiation.
For example:
This will throw an error unless you also pass the name to the
AnchorLinkProvider
constructor, like so:Ideally the
AnchorLinkProvider
should just inherit the name from theappName
variable within the parent configuration.