You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by as...@apache.org on 2013/05/14 17:24:09 UTC

svn commit: r1482387 - in /sling/whiteboard/asanso/openidconnect/src/main/resources: ./ OSGI-INF/ OSGI-INF/metatype/ OSGI-INF/metatype/metatype.properties

Author: asanso
Date: Tue May 14 15:24:09 2013
New Revision: 1482387

URL: http://svn.apache.org/r1482387
Log:
SLING-2759 - Provide an OpenId Connect Authentication Handler :

- adding properties file 

Added:
    sling/whiteboard/asanso/openidconnect/src/main/resources/
    sling/whiteboard/asanso/openidconnect/src/main/resources/OSGI-INF/
    sling/whiteboard/asanso/openidconnect/src/main/resources/OSGI-INF/metatype/
    sling/whiteboard/asanso/openidconnect/src/main/resources/OSGI-INF/metatype/metatype.properties

Added: sling/whiteboard/asanso/openidconnect/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/whiteboard/asanso/openidconnect/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1482387&view=auto
==============================================================================
--- sling/whiteboard/asanso/openidconnect/src/main/resources/OSGI-INF/metatype/metatype.properties (added)
+++ sling/whiteboard/asanso/openidconnect/src/main/resources/OSGI-INF/metatype/metatype.properties Tue May 14 15:24:09 2013
@@ -0,0 +1,43 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
+
+#
+# This file contains localization strings for configuration labels and
+# descriptions as used in the metatype.xml descriptor generated by the
+# the Sling SCR plugin
+path.name = Path
+path.description = Repository path for which this authentication handler \
+  should be used by Sling. If this is empty, the authentication handler will \
+  be disabled. By default this is set to "/".
+  
+oauth.scopes.name = Scopes
+oauth.scopes.description = Scopes for the request (comma separated)
+
+oauth.clientId.name = Client ID
+oauth.clientId.description = Application Client ID
+
+oauth.redirect.uri.name = Redirect URI
+oauth.redirect.uri.description =  Redirect URI
+
+oauth.authorization.endpoint.name = Authorization Endpoint
+oauth.authorization.endpoint.description = The URL of the Authorization Endpoint
+
+oauth.token.endpoint.name = Token Endpoint
+oauth.token.endpoint.description = The URL of the Token Endpoint
\ No newline at end of file