BouCyr / oidc

A minimal OIDC server intended for debug, implemented with NO dependencies AT ALL
MIT License
0 stars 0 forks source link

Enrich handlers #15

Open BouCyr opened 1 year ago

BouCyr commented 1 year ago

All of them should be inherit/implement something that can handle HTTP500 returns

BouCyr commented 1 year ago

And some how manage path/prefix/domains correctly.

A list of 'prefix' should be allowed, handlers deployed on root and all suffixes (in order to allow KC style urls alongisde the standard root one).

Redirects/form actions should be able to 'keep' the prefix

BouCyr commented 1 year ago

The baseUrl (typically 'localhost') and scheme should be handled as well.