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

auth_level_mapping discovery has double-array #366

Closed
nynymike opened this issue Nov 11, 2016 · 1 comment
Closed

auth_level_mapping discovery has double-array #366

nynymike opened this issue Nov 11, 2016 · 1 comment
Assignees
Labels
bug bug in code
Milestone

Comments

@nynymike
Copy link
Contributor

"auth_level_mapping": {
       "50": [["saml"]],
       "10": [["u2f"]],
       "-1": [["internal"]]
   },

Should be:
"auth_level_mapping": {
"50": ["saml"],
"10": ["u2f"],
"-1": ["internal"]
},

@worm333
Copy link
Contributor

worm333 commented Nov 15, 2016

Prepared the pull request

@worm333 worm333 closed this as completed Nov 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug in code
Projects
None yet
Development

No branches or pull requests

2 participants