fixes: #502 Add a new template function called `absPath` that converts relative paths to absolute paths based on the issuerURL. The template function can be used in templates like: ````html <a href="{{ .MyRelativePath | absPath }}"> ````
* disallow ClientCreds for public clients * clients can only redirect to localhost or OOB
For remote connectors, allow users to skip registration.