Skip to content

Commit

Permalink
docs: minor fix #2201 (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena authored Dec 20, 2022
1 parent ebca16b commit d73db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/developer/scripts/person-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Jans-auth server comprises of a number of beans, configuration files and Facelet

### A. Custom script
The **PersonAuthenticationType** script is described by a java interface whose methods should be overridden to implement an authentication workflow.
The [article](person-authentication-interface) talks about these methods in detail and the psuedo code for each method.
The [article](./person-authentication-interface) talks about these methods in detail and the psuedo code for each method.

### B. UI pages:
All web pages are **xhtml** files. The Jans-auth server comes with a default set of pages for login, logout, errors, authorizations. You can easily override these pages or write new ones. You can easily apply your own stylesheet, images and resouce-bundles to your pages.
Expand Down

0 comments on commit d73db6c

Please sign in to comment.