Skip to content

Commit 92b5461

Browse files
committed
Added config defaults.
1 parent 5a9f287 commit 92b5461

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

@@ -605,6 +606,8 @@ def __init__(
605606
},
606607
},
607608
},
609+
"base_url": "https://{domain}:{port}",
610+
"client_authn_methods": CLIENT_AUTHN_METHOD
608611
}
609612

610613
DEFAULT_OIDC_ENDPOINTS = {

0 commit comments

Comments
 (0)