Skip to content

Deployment

Ranjith Manickam edited this page Aug 7, 2018 · 5 revisions

This section includes, how to run service provider in your environment.

  • Local Setup

  1. Clone/download this repository. (git clone https://github.com/ran-jit/saml-service-provider.git)
  2. Update application.yml file. (Refer configuration page)
  3. Run ServiceProviderApplication.java file.
  • Accessing Service Provider

Metadata URL {sp.url.base value}{sp.url.metadata value}
   example: https://sp.ranmanic.in:9000/sso/exchange/data
   sp.url.base value: https://sp.ranmanic.in:9000
   sp.url.metadata value: /sso/exchange/data
Assertion Consumer Service (ACS) URL {sp.url.base value}{sp.url.loginFilter value}
   example: https://sp.ranmanic.in:9000/sso/web/signin
   sp.url.loginFilter value: /sso/web/signin
SP initiated login URL {sp.url.base value}{sp.url.login value}
   example: https://sp.ranmanic.in:9000/sso/signin
   sp.url.login value: /sso/signin
SP initiated logout URL {sp.url.base value}{sp.url.logout value}
   example: https://sp.ranmanic.in:9000/sso/signout
   sp.url.logout value: /sso/signout