You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Config parameter details:
45
45
*`callbackUrl`: full callbackUrl (overrides path/protocol if supplied)
46
46
*`path`: path to callback; will be combined with protocol and server host information to construct callback url if `callbackUrl` is not specified (default: `/saml/consume`)
47
47
*`protocol`: protocol for callback; will be combined with path and server host information to construct callback url if `callbackUrl` is not specified (default: `http://`)
48
+
*`host`: host for callback; will be combined with path and protocol to construct callback url if `callbackUrl` is not specified (default: `localhost`)
48
49
*`entryPoint`: identity provider entrypoint
49
50
*`issuer`: issuer string to supply to identity provider
0 commit comments