Brings in the typescript version of the oidc client which is also better maintained than the original client. It also brings in oidc callback directly into the component so that the popup opens up without any copying of html files needed, etc. If desired, the redirect url can still be changed. That was done mainly because having the static page without the config kept failing and this seems like the better approach to fix it instead of starting to pull the config in there...
Motivation
Brings in the typescript version of the oidc client which is also better maintained than the original client. It also brings in oidc callback directly into the component so that the popup opens up without any copying of html files needed, etc. If desired, the redirect url can still be changed. That was done mainly because having the static page without the config kept failing and this seems like the better approach to fix it instead of starting to pull the config in there...
TODO