Skip to content

SAML Authn defaults to LOA1 if not specified#1181

Merged
pkarman merged 1 commit intomasterfrom
pek-default-loa
Mar 7, 2017
Merged

SAML Authn defaults to LOA1 if not specified#1181
pkarman merged 1 commit intomasterfrom
pek-default-loa

Conversation

@pkarman
Copy link
Copy Markdown
Contributor

@pkarman pkarman commented Mar 7, 2017

Why: There is no LOA0 and some SPs are using
off-the-shelf integrations that do not allow for customization.

**Why**: There is no LOA0 and some SPs are using
off-the-shelf integrations that do not allow for customization.
Copy link
Copy Markdown
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rememberlenny
Copy link
Copy Markdown

Thank you!!

@pkarman pkarman merged commit a46ad80 into master Mar 7, 2017
@pkarman pkarman deleted the pek-default-loa branch March 7, 2017 18:18
amoose pushed a commit that referenced this pull request Mar 7, 2017
**Why**: There is no LOA0 and some SPs are using
off-the-shelf integrations that do not allow for customization.
expect(@analytics).to have_received(:track_event).
with(Analytics::SAML_AUTH, analytics_hash)
expect(response.status).to eq(302)
expect(@analytics).to_not have_received(:track_event)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why expect no analytics? Shouldn't it capture the Analytics::SAML_AUTH event with an LOA1 attribute?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@monfresh you are probably right. I will revisit.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #1184

amoose pushed a commit that referenced this pull request Mar 8, 2017
**Why**: There is no LOA0 and some SPs are using
off-the-shelf integrations that do not allow for customization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants