OAuthConfig.properties revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
1155N/A#
1278N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1278N/A#
1278N/A# Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
1278N/A#
1278N/A# The contents of this file are subject to the terms
1278N/A# of the Common Development and Distribution License
1278N/A# (the License). You may not use this file except in
1278N/A# compliance with the License.
1278N/A#
1278N/A# You can obtain a copy of the License at
1278N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
1278N/A# opensso/legal/CDDLv1.0.txt
1278N/A# See the License for the specific language governing
1278N/A# permission and limitations under the License.
1278N/A#
1278N/A# When distributing Covered Code, include this CDDL
1278N/A# Header Notice in each file and include the License file
1278N/A# at opensso/legal/CDDLv1.0.txt.
1278N/A# If applicable, add the following below the CDDL Header,
1278N/A# with the fields enclosed by brackets [] replaced by
1278N/A# your own identifying information:
1278N/A# "Portions Copyrighted [year] [name of copyright owner]"
1278N/A#
1278N/A# $Id: OAuthConfig.properties,v 1.1 2009/11/20 19:28:14 huacui Exp $
1278N/A#
1278N/A
1278N/A###################################################
1155N/A# The OAuth Token Service Configuration Properties
1155N/A###################################################
1155N/A#
1155N/A# OpenSSO server depolyment URL
1155N/Acom.sun.identity.oauth.server.url=<SERVER_PROTO>://<SERVER_HOST>:<SERVER_PORT>/<SERVER_URI>
1155N/A
1155N/A# OpenSSO server login URI
1155N/Acom.sun.identity.oauth.server.login.uri=/UI/Login
1155N/A
1155N/A# OpenSSO session cookie name
1155N/Acom.sun.identity.oauth.server.cookie.name=iPlanetDirectoryPro
1155N/A
1155N/A# OAuth access token life time in seconds
1548N/Acom.sun.identity.oauth.service.accesstoken.lifetime=86400
1155N/A
1155N/A# OAuth request token life time in seconds
1155N/Acom.sun.identity.oauth.service.requesttoken.lifetime=3600
1155N/A
1155N/A# OAuth service application user name
1155N/Acom.sun.identity.oauth.service.appuser.name=agentAuth
2624N/Acom.sun.identity.oauth.service.appuser.password=changeit
1155N/A
1155N/A