Skip to content

changes needed for encrypted assertions#31

Merged
steffow merged 8 commits intosteffow:developfrom
netzbegruenung:develop
Aug 14, 2018
Merged

changes needed for encrypted assertions#31
steffow merged 8 commits intosteffow:developfrom
netzbegruenung:develop

Conversation

@gerbsen
Copy link
Copy Markdown

@gerbsen gerbsen commented Apr 2, 2018

So, I just got the changes from @anicoa and I integrated them in a fresh develop branch. Since it was a little bit difficult to actually merge since due to tabs/spaces/newlines etc. I would like to have @anicoa to have a look at it and give his go (he's the one who develop the fix). In the meantime you could check if this fits with your standards!

@gerbsen
Copy link
Copy Markdown
Author

gerbsen commented Apr 7, 2018

Okay, we've testet this on our side. And we think it's good to go. What do you think?

@steffow
Copy link
Copy Markdown
Owner

steffow commented Apr 9, 2018 via email

@gerbsen
Copy link
Copy Markdown
Author

gerbsen commented May 3, 2018

Any chance yet to look at it?

Comment thread saml_utils.js Outdated
const encAssertion = response.getElementsByTagNameNS('urn:oasis:names:tc:SAML:2.0:assertion', 'EncryptedAssertion')[0];

var xmlenc = require('xml-encryption');
var options = { key: this.options.privateKey, };
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

What are we doing after the comma?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

nothing, I just removed it

gerbsen added 2 commits July 12, 2018 20:39
Removed useless private key
added encryption section
@gerbsen
Copy link
Copy Markdown
Author

gerbsen commented Jul 12, 2018

Okay, I added a section for encryption now. Does that make sense?

@gerbsen gerbsen changed the title WIP: changes needed for encrypted assertions changes needed for encrypted assertions Aug 14, 2018
@gerbsen
Copy link
Copy Markdown
Author

gerbsen commented Aug 14, 2018

@steffow from our side this is done. okay to merge?

@steffow steffow merged commit 7ca7a1a into steffow:develop Aug 14, 2018
@steffow
Copy link
Copy Markdown
Owner

steffow commented Aug 14, 2018

Thanks. Published to Atmosphere. Thanks also for bearing w my time management ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants