Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Documentation for JAX-RS Whiteboard Properties in DXP?
In the course of reading various posts here its apparent that the DXP implementation of the JAX-RS Whiteboard recognizes/supports properties over and above those provided by the spec. Examples include things like "auth.verifier.guest.allowed=true", "oauth2.scopechecker.type=none", "liferay.access.control.disable=true".
Is the list of available properties documented anywhere?
If not is there some place in code to look at to deduce what the available list is?
Is the list of available properties documented anywhere?
If not is there some place in code to look at to deduce what the available list is?
Hi Michael,those are internal properties that are not documented.Auth Verifier properties are used from here: https://github.com/liferay/liferay-portal/blob/7.3.3-ga4/modules/apps/portal-security/portal-security-auth-verifier/src/main/java/com/liferay/portal/security/auth/verifier/internal/tracker/AuthVerifierFilterTracker.javaThose two OAuth2 properties are used from here: https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/oauth2-provider/oauth2-provider-rest/src/main/java/com/liferay/oauth2/provider/rest/internal/jaxrs/featureJust search throughout the codebase, for example: https://github.com/liferay/liferay-portal/search?l=Java&q=%22liferay.access.control.disable%22HTH
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™