We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ccbb7 commit 59639b0Copy full SHA for 59639b0
src/idpyoidc/server/configure.py
@@ -9,6 +9,7 @@
9
10
from idpyoidc.client.defaults import OAUTH2_SERVER_METADATA_URL
11
from idpyoidc.configure import Base
12
+from idpyoidc.server.client_authn import CLIENT_AUTHN_METHOD
13
from idpyoidc.server.client_configure import verify_oidc_client_information
14
from idpyoidc.server.scopes import SCOPE2CLAIMS
15
@@ -608,6 +609,8 @@ def __init__(
608
609
},
610
611
612
+ "base_url": "https://{domain}:{port}",
613
+ "client_authn_methods": CLIENT_AUTHN_METHOD
614
}
615
616
DEFAULT_OIDC_ENDPOINTS = {
0 commit comments