-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbd14ab
commit f9ec8b4
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Store client credentials of AASX Server | ||
# | ||
# Use comment lines starting with # as needed | ||
# Comma separated columns are: | ||
# URL-Prefix, AuthType, Para1, Para2, .. ParaN | ||
# URL-Prefix = For each client HTTP operation the URL prefix will be compared and the corresponding authentication will be made | ||
# AuthType = email | userpw | x509 | secret | replace | ||
# Para1 to ParaN: Parameters as needed for AuthType | ||
# Parameters for email: para1 = email (passed by query parameter ?Email=) | ||
# Parameters for basicauth: para1 = username, para2 = Password (passed by HTTP header) | ||
# Parameters for x509: Para1 = Certfile, Para2 = Password (if needed)(uses OpenId server admin-shell-io.com/50001) | ||
# Parameters for secret: Para1 = secret (passed by query parameter ?s=) | ||
# Parameters for querypara: Para1 = name query parameter, Para2 = value | ||
# Parameters for replace: Para1 = replaceString in URL | ||
# | ||
|
||
# Additional parameter key for Phoenix | ||
http://aasxs-repository:50002/,replace,http://localhost:50002/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters