-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
20 lines (15 loc) · 820 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
########################################################################
# API Configuration
########################################################################
PORT=5858
########################################################################
# SAML2 Configuration
########################################################################
# Identity Provider single-sign-on service URL.
SAML2_IDP_SSO=http://localhost:5857/saml/sso
# Identity Provider single-logout-service URL
SAML2_IDP_SLO=http://localhost:5857/saml/slo
# name identifier formats control how the users at identity providers are mapped to users at service providers during single sign-on.
SAML2_IDENTIFIER_FORMAT=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified
# Service Provider's url, append to metadata
SP_ADDR=http://localhost:5858