UKGovLD / registry-core

Linked data registry - core application and example UI
https://github.com/UKGovLD/registry-core/wiki
Apache License 2.0
23 stars 9 forks source link

Error in OAuth configuration instructions #74

Closed dr-shorthair closed 9 years ago

dr-shorthair commented 9 years ago

In https://github.com/UKGovLD/registry-core/wiki/Configuration#oauth-configuration it says

"... append /registry/system/security/responseoa to the base URI ..."

I think it should be

"... append /system/security/responseoa to the base URI ..."

der commented 9 years ago

Agreed, fixed, thanks.

[It arose because several of our instances have a root which is {domain}/registry, so for them you append /registry/system/security/responseoa to the domain but the /registry segment is indeed part of the base URI.