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

Allow OpenID Connect login from Micronaut #490

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

joe-crawford
Copy link
Contributor

@joe-crawford joe-crawford commented Dec 10, 2024

This PR makes the same change as in the main UI in MauroDataMapper/mdm-ui#912 in order to allow login using OpenID Connect when using mauro-micronaut instead of mdm-core, which needed some tweaks as we're using Micronaut's provided OpenID plugin rather than our custom implementation.

Raising this PR even though we're still working on mauro-micronaut as want to keep all the UI code in one codebase.

@joe-crawford joe-crawford requested review from pjmonks and NigelPalmer and removed request for pjmonks December 10, 2024 13:50
@joe-crawford
Copy link
Contributor Author

sorry @pjmonks requested your review by accident!

@NigelPalmer NigelPalmer linked an issue Dec 12, 2024 that may be closed by this pull request
Copy link
Contributor

@NigelPalmer NigelPalmer left a comment

Choose a reason for hiding this comment

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

I was able to sign in successfully and everything works as it should. I have raised some questions about the errors, but I don't think these questions are a reason not to merge this code.

I have not tested this against a micronaut implementation. I am just confirming that this all works fine with an mdm-core backend.

Reopening so questions can be answered.

@NigelPalmer NigelPalmer self-requested a review December 17, 2024 12:33
Copy link
Contributor

@NigelPalmer NigelPalmer left a comment

Choose a reason for hiding this comment

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

Happy with the responses to my questions. This is now passed.

@NigelPalmer NigelPalmer merged commit 90501f4 into develop Dec 17, 2024
5 checks passed
@NigelPalmer NigelPalmer deleted the feature/micronaut-openid-login-from-develop branch December 17, 2024 12:34
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.

Allow OpenID Connect login from Micronaut
2 participants