Skip to content

Commit 59639b0

Browse files
committed
Added config defaults.
1 parent 30ccbb7 commit 59639b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/idpyoidc/server/configure.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
from idpyoidc.client.defaults import OAUTH2_SERVER_METADATA_URL
1111
from idpyoidc.configure import Base
12+
from idpyoidc.server.client_authn import CLIENT_AUTHN_METHOD
1213
from idpyoidc.server.client_configure import verify_oidc_client_information
1314
from idpyoidc.server.scopes import SCOPE2CLAIMS
1415

@@ -608,6 +609,8 @@ def __init__(
608609
},
609610
},
610611
},
612+
"base_url": "https://{domain}:{port}",
613+
"client_authn_methods": CLIENT_AUTHN_METHOD
611614
}
612615

613616
DEFAULT_OIDC_ENDPOINTS = {

0 commit comments

Comments
 (0)