-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on Add UAA SP configuration to UAA IdP #3
Comments
Command you provided above to add service provider configuration is missing service provider name: It could be any arbitrary string without special characters |
I executed it using the following command and getting the error |
I am executing UAA in docker container and using mysql DB to manage the users and clients I downloaded the IDP metadata from the url (Docker Host is 192.168.99.100) http://192.168.99.100:8080/saml/idp/metadata I downloaded the SP metadata (uaa-sp-metadata.xml) from the url http://192.168.99.100:8081/saml/metadata/cloudfoundry-saml-login Then I executed the command ./create-saml-sp.sh -n testsp -m uaa-sp-metadata.xml -i |
Could you please provide SP metadata (uaa-sp-metadata.xml) |
Added the file to the repository |
@bisbos Just a few extra questions?
|
I am running separate instances of uaa for SP and IDP eventhough I am using the same zone uaa The response I am getting with "-t" with uaac command |
@bisbos I added this issue to our board. You could follow the progress here: https://rally1.rallydev.com/#/30377833713d/detail/userstory/55374590406 |
Hi,
I am following the steps to configure SAML federation between UAA Service Provider (UAA SP) and UAA Identity Provider (UAA IdP)
On the Step 12,
./create-saml-sp.sh -n -m uaa-sp-metadata.xml -i
I am getting the error
uaac error
JSON::ParserError: 776: unexpected token at 'Invalid provider configuration.'
Could you please help me to resolve this issue
The text was updated successfully, but these errors were encountered: