By: Ritika Maheshwari user 26 Jul 2017 at 1:45 a.m. CDT

4 Responses
Ritika Maheshwari gravatar
How could the website hosted on an EC2 instance with beanstalk be invoked after the SSO using GLUU. So basically after Gluu authenticates the user the redirect url needs to be the website that is hosted on the aws. Could you please give detailed steps to achieve this.

By Mohib Zico staff 26 Jul 2017 at 2:18 a.m. CDT

Mohib Zico gravatar
Question not clear. Can you please rephrase?

By William Lowe user 26 Jul 2017 at 8:17 a.m. CDT

William Lowe gravatar
This is a basic single sign-on integration. You need to secure your app with OpenID Connect using client software like our [oxd product](https://oxd.gluu.org/docs) and then use that software to register your website ("client") with your Gluu Server. Also, you can reference the [Gluu Server OpenID Connect docs](https://gluu.org/docs/ce/admin-guide/openid-connect/).

By Ritika Maheshwari user 26 Jul 2017 at 1:49 p.m. CDT

Ritika Maheshwari gravatar
I want to use the shiboleth(SAML) Idp in gluu and integrate that with AWS. This link gives the details to that (https://gluu.org/docs/ce/integration/saas/aws/) but the Idp redirects the user to AWS weconsole. I want the Idp to redirect the user after the authentication to the website hosted on AWS.

By William Lowe user 26 Jul 2017 at 1:53 p.m. CDT

William Lowe gravatar
Why do you want to use SAML? You should use OpenID Connect for all new application integrations. And yes, that document is for the AWS console, which is a hosted service. You are talking about a website that is hosted on AWS. They are completely different requirements. As I said, you just need to implement SSO to your app. If you really want to use SAML, install the Shibboleth SP software on your application's web server. [read the docs](https://gluu.org/docs/ce/integration/webapps/saml-sp/).