realm is an url pattern
parent
0822b0fc34
commit
d5181a1977
|
@ -42,7 +42,7 @@ sub getsetup () {
|
|||
},
|
||||
openid_realm => {
|
||||
type => "string",
|
||||
description => "url of openid realm (default is cgiurl)",
|
||||
description => "url pattern of openid realm (default is cgiurl)",
|
||||
safe => 0,
|
||||
rebuild => 0,
|
||||
},
|
||||
|
|
|
@ -23,7 +23,8 @@ certian setups.
|
|||
It defaults to the `cgiurl` (or `openid_cgiurl` if set); only allowing
|
||||
ikiwiki's [[CGI]] to authenticate. If you have multiple ikiwiki instances,
|
||||
or other things using openid on the same site, you may choose to put them
|
||||
all in the same realm to improve the user's openid experience.
|
||||
all in the same realm to improve the user's openid experience. It is an
|
||||
url pattern, so can be set to eg "http://*.example.com/"
|
||||
|
||||
* `openid_cgiurl` can be used to cause a different than usual `cgiurl`
|
||||
to be used when doing openid authentication. The `openid_cgiurl` must
|
||||
|
|
Loading…
Reference in New Issue