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

Entra Configuration Validation of 'domainHint' #89

Open
edrose opened this issue Nov 8, 2024 · 1 comment
Open

Entra Configuration Validation of 'domainHint' #89

edrose opened this issue Nov 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@edrose
Copy link

edrose commented Nov 8, 2024

Just a small one.

In the documentation for Entra, it lists a domainHint parameter that can be added to the additionalAuthParameters which is a string. However In src/runtime/providers/entra.ts it is typed as a boolean, which means nuxt.config.ts always has an error if it's used.

You can't even set it to a boolean since additionalAuthParameters is of type Record<string, string>.

I'm guessing that it's supposed to be a string, and that there is just a small mistake in the configuration type reference?

@itpropro
Copy link
Owner

Thanks for the report, this will be fixed with the next release!

@itpropro itpropro added the bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants