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

Add support for EdDSA #1

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Add support for EdDSA #1

merged 1 commit into from
Jan 8, 2025

Conversation

alecsammon
Copy link

@alecsammon alecsammon commented Jan 8, 2025

Adds EdDSA support to OpenID-Connect-PHP

@@ -173,7 +173,7 @@ class OpenIDConnectClient

/**
* @var mixed holds well-known openid configuration parameters, like policy for MS Azure AD B2C User Flow
* @see https://docs.microsoft.com/en-us/azure/active-directory-b2c/user-flow-overview
* @see https://docs.microsoft.com/en-us/azure/active-directory-b2c/user-flow-overview
Copy link
Author

Choose a reason for hiding this comment

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

auto fixing of whitespace by my IDE

@@ -686,7 +686,7 @@ public function getRedirectURL(): string
} else {
$protocol = 'http';
}

Copy link
Author

Choose a reason for hiding this comment

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

auto fixing of whitespace by my IDE

@@ -709,7 +709,7 @@ public function getRedirectURL(): string
}

$port = (443 === $port) || (80 === $port) ? '' : ':' . $port;

Copy link
Author

Choose a reason for hiding this comment

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

auto fixing of whitespace by my IDE

@alecsammon alecsammon requested a review from a team January 8, 2025 16:52
@alecsammon alecsammon merged commit c750bd3 into master Jan 8, 2025
@alecsammon alecsammon deleted the eddsa_support branch January 8, 2025 21:08
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