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