cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BO4.x opendocument and SSO

former_member601762
Participant
0 Kudos

We want to disable SSO for opendocument only. But for normal reporting access (like "http://xxx/CMC/BI"), SSO still works. Is there any easy way (no SDK) to achieve that?

We have checked the online help for opendocument properties, there seems to be not such setting.

Thanks in advance!

denis_konovalov
Active Contributor
0 Kudos

I have fixed your tags. Please select more careful next time.

BasicTek
Advisor
Advisor
0 Kudos

If you setup sso.enabled and/or vintela.enabled in the global.properties it must be removed and sso must only be setup in the sso.types.and.order (see kba https://apps.support.sap.com/sap/support/knowledge/preview/en/2041379 ) for the applications you want SSO such as bilaunchpad.properties

-Tim

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member456023
Contributor
0 Kudos

When SSO is setup, usually we do it for one URL (with DNS name). The URL with server IP will work without SSO (that's how we have done).
Try openDoc URL with server IP and see if that works without SSO.

former_member601762
Participant
0 Kudos

And the in launchpad. properties, we set

authentication.default=secWinAD

But, it still show "enterprise" each time when we try to log on CMC.

BasicTek
Advisor
Advisor
0 Kudos

upon successful login the browser will cache the last authentication type and will use that 1st then the default, clear browser cache and see if the default works.

Joe_Peters
Active Contributor
0 Kudos

In webapps\BOE\WEB-INF\config\custom, there are config files for each application. You should see files for BIlaunchpad.properties, OpenDocument.properties, and others. In each file you should see the settings for SSO; just remove the lines in the OpenDocument.properties file and that should do what you want.

former_member601762
Participant
0 Kudos

Hi Joe,

Thank you for your input. This is our current settings of OpenDocument properties.

authentication.visible=true

authentication.default=secWinAD

cms.default=server:6400

cms.visible=true

We tried to find something like ssoxxx = false, And, we have checked the the online help. There is nothing that can help.

Joe_Peters
Active Contributor
0 Kudos

The settings may be in global.properties, in which case they apply to all applications. Check if you see this line:

sso.types.and.order=

If so, then you'll have to remove it from global.properties and add it to BIlaunchpad.properties. This will enable SSO for /BOE/BI only.