Skip to content

Commit 0899f3b

Browse files
committed
Readme: Updated trouble shooting
1 parent 4ff61ab commit 0899f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ Although OAuth 2 is a standard protocol and is used on lots of websites, the aut
434434
+ Check if your website uses the HTTPS protocol. A lot of authorization providers require to use the HTTPS protocol for OAuth 2 autorization. HTTPS is strongly recommended for security reasons anyway.
435435
+ Check the server configuration for any redirects from sub-domains, e.g. https://www.my_site.net to https://my_site.net
436436
+ If using the WordPress authorization provider, check the [PHP/Apache configuration](#phpapache-configuration)
437+
+ In rare cases, it might be helpful to use a [pretty URL](https://webtrees.net/faq/urls/) for the redirect URL. In this case, activate "Use pretty redirect URL" in the module settings.
437438
438439
## Definitions
439440
[RFC 6749](https://datatracker.ietf.org/doc/html/rfc6749) defines several roles, which are used in OAuth. In the context of the OAuth 2.0 Client and webtrees single sign on, the OAuth [roles](https://datatracker.ietf.org/doc/html/rfc6749#section-1.1) and definitions are used as follows:

0 commit comments

Comments
 (0)