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

Role Templates with SAML do not work #1080

Closed
russjones opened this issue Jun 16, 2017 · 0 comments
Closed

Role Templates with SAML do not work #1080

russjones opened this issue Jun 16, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@russjones
Copy link
Contributor

russjones commented Jun 16, 2017

Role templates with SAML do not work at the moment for two reasons:

  1. The assertion names are not being matched against the correct field. Names are being matched against values.
  2. When executing a template, tmpl.Execute expects a map and we are passing it a saml2.AssertionInfo object.

In addition, logging is poor and doesn't surface why we are unable to use dynamic roles.

@russjones russjones added the bug label Jun 16, 2017
@russjones russjones added this to the 2.2.1 milestone Jun 16, 2017
@russjones russjones self-assigned this Jun 16, 2017
@kontsevoy kontsevoy modified the milestones: 2.2.1, 2.2.2 Jun 19, 2017
@russjones russjones added the P0 label Jun 19, 2017
This was referenced Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants