Skip to content

Commit

Permalink
remove OIDCHTMLErrorTemplate doc/sample from auth_openidc.conf
Browse files Browse the repository at this point in the history
see #1072

Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jun 28, 2023
1 parent 44ede94 commit f44cbfb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions auth_openidc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -720,19 +720,6 @@
# When not defined the bare-bones internal OP Discovery page is used.
#OIDCDiscoverURL <discovery-url>

# Template used to display error messages.
# The template must be prepared to take two strings, an error title and a more details error description,
# both HTML encoded values, in that order and referenced by (C-style) "%s", e.g. <p>Message:%s</p><p>Description:%s</p>.
# A minimal example that posts error+detail to another webpage:
# <html><body onload="document.forms[0].submit()">
# <form method="post" action="http://example.org/error">
# <input name="error" value="%s">
# <input name="description" value="%s">
# </form>
# </body></html>
# When not defined a bare-bones internal template is used.
#OIDCHTMLErrorTemplate <filename>

# Defines a default URL to be used in case of 3rd-party-init-SSO when no explicit target_link_uri
# has been provided. The user is also redirected to this URL in case an invalid authorization
# response was received.
Expand Down

0 comments on commit f44cbfb

Please sign in to comment.