conjur
conjur copied to clipboard
WIP: Add cucumber test for AuthnOIDC with Identity
Desired Outcome
Include Cucumber test for AuthnOIDC with Identity
Implemented Changes
- New Cucumber test,
cucumber/authenticators_oidc/features/authn_oidc_identity.feature
, that mimics the existing test for Okta. - Custom logic for authenticating with Identity programmatically to gather an authz code without opening a browser window.
Connected Issue/Story
CNJR-796
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be merged.
Changelog
- [ ] The CHANGELOG has been updated, or
- [x] This PR does not include user-facing changes and doesn't require a CHANGELOG update
Test coverage
- [x] This PR includes new unit and integration tests to go with the code changes, or
- [ ] The changes in this PR do not require tests
Documentation
- [ ] Docs (e.g.
README
s) were updated in this PR - [x] A follow-up issue to update official docs has been filed here: [insert issue ID]
- [ ] This PR does not require updating any documentation
Behavior
- [ ] This PR changes product behavior and has been reviewed by a PO, or
- [ ] These changes are part of a larger initiative that will be reviewed later, or
- [x] No behavior was changed with this PR
Security
- [ ] Security architect has reviewed the changes in this PR,
- [ ] These changes are part of a larger initiative with a separate security review, or
- [x] There are no security aspects to these changes