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

Stop using SURFconextId as user identifier #114

Merged
merged 2 commits into from
Feb 21, 2019

Conversation

MKodde
Copy link
Member

@MKodde MKodde commented Feb 21, 2019

The nameId value is now used instead. Containing the exact same value
as long as the NameID was configured to be unspecified (which it is in
our case).

The NameID can already be read from the AuthenticatedUser object, so
manually retrieving it from the assertion subject is not required.

The ConsentService could be cleaned up drastically.

https://www.pivotaltracker.com/story/show/164103691

The nameId value is now used instead. Containing the exact same value
as long as the NameID was configured to be unspecified (which it is in
our case).

The NameID can already be read from the AuthenticatedUser object, so
manually retrieving it from the assertion subject is not required.

The ConsentService could be cleaned up drastically.

https://www.pivotaltracker.com/story/show/164103691
@MKodde
Copy link
Member Author

MKodde commented Feb 21, 2019

The build breaks on the security checker. These issues are addressed in #113

@MKodde MKodde merged commit 0c631ee into develop Feb 21, 2019
@MKodde MKodde deleted the feature/stop-using-surfconextid branch February 21, 2019 14:01
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.

None yet

2 participants