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

fix client_id_scheme redirect_uri #209

Merged
merged 6 commits into from
Oct 28, 2024
Merged

fix client_id_scheme redirect_uri #209

merged 6 commits into from
Oct 28, 2024

Conversation

JoTiTu
Copy link
Contributor

@JoTiTu JoTiTu commented Oct 23, 2024

Short description of what this resolves:

This PR fixes the redirect_uri client_id_scheme by appending another "." to the JWT RequestObject if it is missing so the jwt structure is assured.

Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
{
var value = queryParams[key];

if (string.IsNullOrEmpty(value)) continue;
Copy link
Contributor

Choose a reason for hiding this comment

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

add line break before after condition

Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
@JoTiTu JoTiTu merged commit 3388875 into main Oct 28, 2024
3 checks passed
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