File tree Expand file tree Collapse file tree 6 files changed +6
-51
lines changed
Expand file tree Collapse file tree 6 files changed +6
-51
lines changed Original file line number Diff line number Diff line change 1616/.libs /
1717/mod_sts.la
1818/test-driver
19+ /.settings
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11ACLOCAL_AMFLAGS =-I m4
22
3- EXTRA_DIST = autogen.sh ChangeLog README.md LICENSE DISCLAIMER
3+ EXTRA_DIST = autogen.sh ChangeLog README.md LICENSE sts.conf
44
55AM_CPPFLAGS = -Wall -Werror
66AM_CPPFLAGS += -DOAUTH2_PACKAGE_NAME_VERSION=\"@PACKAGE_NAME@-@PACKAGE_VERSION@\"
@@ -22,6 +22,7 @@ lib_LTLIBRARIES = @PACKAGE_NAME@.la
2222@PACKAGE_NAME@_la_CFLAGS = @OAUTH2_CFLAGS@ @OAUTH2_APACHE_CFLAGS@ @APR_CFLAGS@ @XML_CFLAGS@ -Isrc/liboauth2-sts/include
2323@PACKAGE_NAME@_la_LIBADD = @OAUTH2_LIBS@ @OAUTH2_APACHE_LIBS@ @APR_LIBS@ @XML_LIBS@
2424@PACKAGE_NAME@_la_SOURCES = \
25+ src/liboauth2-sts/src/sts_int.h \
2526 src/liboauth2-sts/src/sts.c \
2627 src/liboauth2-sts/src/wstrust.c \
2728 src/liboauth2-sts/src/ropc.c \
Original file line number Diff line number Diff line change 1- # Enable or disable mod_sts in a particular Location/Directory or globally
2- # When not defined, the default value is "On".
3- #STSEnabled [On|Off]
4-
51# Set mode/protocol for calling the STS:
62# "wstrust" : WS-Trust
73# "ropc" : OAuth 2.0 Resource Owner Password Credentials grant
84# "otx " : OAuth 2.0 Token Exchange
9- # When not defined the default is "wstrust"
10- #STSMode [ wstrust | ropc | otx ]
5+ " "disabled" : don't perform any attempt to exchange a token
6+ # When not defined the default is "disabled"
7+ #STSType [ wstrust | ropc | otx | disabled ]
118
129
1310#
You can’t perform that action at this time.
0 commit comments