📄 readme
字号:
Installing and Running the Sample Identity Provider ===================================================This file explains how to run the identity-provider sample. This will create a sample Identity Provider(IDP) that, * Enables you to Download Information Cards * Issues Tokens * Trusts the relying party "https://ww2.wso2.org:3443/identity/login.html".The sample will * Add the relying party above mentioned relying party - "https://ww2.wso2.org:3443/identity/login.html". * Enable 4 claims * The sample user store shipped with distribution has following user/password combination - john/doe, alice/alice, bob/bob, chris/chris Steps to installServer side configuration 1) Install the Identity Solution as for the main README file. 2) Start the server typing the following in a console *windows - wso2is.bat *unix - wso2is.shClient side configuration 1) Set up the CA cert to trusted certificates on your client machine * IE7 users ********************************* * FireFox users ************************************** 2) Change the host file *unix - Assign the host name "https://sample.identity.identity", to IDP's ip by editing the /etc/hosts file. If IDP is hosted at 10.100.1.138 then you will add the following in a new line(without the double coats). "10.100.1.138 sample.identity.identity.org" *Windows - Assign the host name "https://sample.identity.identity", to IDP's ip by editing the \drivers\etc\hosts file inside your system32 directory. If IDP is hosted 10.100.1.138, and system32 directory is inside C:\windows, then you will append the folloing line(without the double coats) to the file C:\WINDOWS\system32\drivers\etc\host. "10.100.1.138 sample.identity.wso2.org" 3) Go to the main page by typing "https://sample.identity.identity.org:9443/" in your browser. 4) Click on "Setup Identity Provider Sample" on the main page. This will take you to "sample-setup.jsp". Relying party, User Store will be added automatically and 4 claims will be enabled. You will see "Setting up identity provider sample : SUCCESSFUL !". 5) You will have to enable UsernameToken/HTTPS policy manually. On the same page("https://sample.identity.identity.org:9443/sample-setup"), under "Manual configuration :" click on the link "admin console". This will take you to WSAS management console 6) Login to WSAS by typing admin password. If it has not been changed admin username is "admin" and password is "admin". 7) Go to Services where a table will display all the deployed services. Click on "security-token-service" and in this page click on "Manage Security Configuration". You will be in "Services > security-token-service > Security Configuration" 8) Select first security scenario "UsernameToken with Timestamp over HTTPS" and click "Continue". Select "admin" and cick on "Apply". Steps to use 1) Download the info card 2) Import the info card 3) Go to site .................. 4) Then select the wso2asdfasdf.crd
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -