The openformatexpression.conf file enables OAuth self-registration. To configure this file, first generate an encrypted password key. The system uses the password and key during the self-registration process using OAuth. Then, modify the openformatexpression.conf properties file.
Note: You need to configure the openformatexpression.conf file only if you want to enable self-registration for your environment.
Follow these steps:
Example: /opt/CA/siteminder/
Where siteminder is the folder where the Policy Server is installed.
source ca_ps_env.ksh
./OpenFormatEncPwd.sh password
where password is a password that you select
The system returns an encrypted value for the password you enter. Write down the password you chose, and the exact encrypted value.
siteminder_home/config/properties
Specifies the Policy Server installation path.
Example: /opt/CA/siteminder/config/properties
Examples:
EncryptionTransform=AES256/CBC/PKCS5Padding
EncryptionKey=<encrypted password value>
SessionStore=false
Prefix=SM_
claim_given_name=first_name,given_name
claim_family_name=last_name,family_name
claim_email=mail,email
claim_name=email,name
TimeToLive=300
Prefix=SMAUTHOAUTH_
claim_ID=ID
claim_name=MAIL,EMAIL,USERNAME,NAME
Is the exact encrypted value that you created previously.
|
Copyright © 2013 CA.
All rights reserved.
|
|