forked from SAML-Toolkits/python-saml
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample.cfg
34 lines (25 loc) · 1.11 KB
/
example.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[app]
host = localhost
port= 9999
[saml]
# Entity id for service provider.
# Hint: this is EntityDescriptor.entityID in sp metadata xml from idporten.
issuer =
# Idporten uses persistent format when verifying identity
name_identifier_format = urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
# The SAML Consumer URL from your the your app
# Hint: this is AssertionConsumerService.Location in the sp metadata xml from idporten.
assertion_consumer_service_url =
# The SAML Login URL at idporten's server.
# Hint: This the SingleSignOnService.Location where Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" in the idp metadata xml from idporten.
idp_sso_target_url =
# The SAML Logout URL at idporten's server
# Hint: This is the SingleLogoutService.Location where Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
logout_target_url =
# The x.509 certificate file from IDporten as a file path.
# Hint: filename should look something like this: idporten-ver2.difi.no-v2.crt
idp_cert_file =
# Fingerprint
idp_cert_fingerprint =
# Full path to the service provider's private server key.
private_key_file =