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 5a9f287 commit 92b5461Copy full SHA for 92b5461
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
@@ -605,6 +606,8 @@ def __init__(
605
606
},
607
608
609
+ "base_url": "https://{domain}:{port}",
610
+ "client_authn_methods": CLIENT_AUTHN_METHOD
611
}
612
613
DEFAULT_OIDC_ENDPOINTS = {
0 commit comments