Skip to content
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

SSO entity-id seems not configurable #232

Open
babantax opened this issue Nov 18, 2022 · 1 comment
Open

SSO entity-id seems not configurable #232

babantax opened this issue Nov 18, 2022 · 1 comment

Comments

@babantax
Copy link

Good morning,
I´m facing this situation:
I configured SSO SAML integration with azure in our STG environment for testing purpose. It is working properly
When I started to configure the azure integration for PROD, the entity-id with value 'report.portal.sp.id' was already declared for the STG env and I can not re-use.
Is there any way to modify this entity-id value in my RP PROD deployment?
image
For example to set it at 'report.portal.prd.sp.id'
Thanks a lot

@luis-periquito
Copy link

I was looking for the same question and saw your post.

Which lead me to think on the variable loading and found that if you set the environment variable RP_AUTH_SAML_ENTITY-ID it will override the default.

so now my docker compose is:

  uat:
    image: reportportal/service-authorization:5.7.3
    environment:
      - RP_AUTH_SAML_ENTITY-ID=report.portal.sp.id.prd

Now I have both versions of report portal authenticating to the same Azure environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants