-
Notifications
You must be signed in to change notification settings - Fork 2
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
Some small changes in the Source Auth configuration #71
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR breaks OAuth, as OAuth requires a whole different set of authentication parameters.
- Dynamically decide which parameters must be passed on, as OAuth requires completely different authentication parameters compared to jwt - Checking if the required parameters are set is already done by the authentication service depending on the flavor of authentication that is chosen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rewritten the way the authentication parameters are read to allow for more dynamic handling. Also, checking required authentication parameters is done depending on the flavour of authentication in the AuthenticationService already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Succesvol getest
No description provided.