From README it looks like appAuthHelper configuration takes all the endpoints directly.
Please consider supporting OpenID Connect Discovery spec i.e. automatically reading the endpoints and other parameters from /.well-known/openid-configuration. It will further simplify the interface and help to "future proof" against the configuration changes on the OpenID provider side.
From README it looks like appAuthHelper configuration takes all the endpoints directly.
Please consider supporting OpenID Connect Discovery spec i.e. automatically reading the endpoints and other parameters from
/.well-known/openid-configuration. It will further simplify the interface and help to "future proof" against the configuration changes on the OpenID provider side.