Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The four testing scenarios are documented in the following table.

Scenario

Stripes has RTR

Stripes configuration

Binding

Configuration

Required

required

Configuration

Mock IDP

Notes

1

True

useSecureTokens: true 

POST

Yes

Yes configuration is needed for legacy: SamlConfigRequest.callback = "callback-with-expiry"

SSOCircle

Configuration on backend is required because it is not the default. Stripes requires configuration.

2

False

useSecureTokens: false

POST

No

No configuration neededSSOCircle

No configuration on backend is required because this is the default for backend. Stripes requires configuration because its default is not to do RTR.

3

True

useSecureTokens: true 

REDIRECT

Yes

Yes configuration is needed for legacy: SamlConfigRequest.callback = "callback-with-expiry"samltest.id

Configuration on backend is required because it is not the default. Stripes requires configuration.

4

False

useSecureTokens: false

REDIRECT

No

No configuration needed

samltest.id

No configuration on backend is required because this is the default for backend. Stripes requires configuration because its default is not to do RTR.

A successful test for each scenario means that the user is able to login via the IDP via stripes without error and successfully make requests to the FOLIO back-end via stripes.

...