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

refactor: make nest-oidc-provider to handle login #80

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

Zolo-Ryan
Copy link
Collaborator

No description provided.

Nest oidc provider was used to made login process smooth and easy. Some errors were
encountered since sqlite was used. however was corrected
Earlier a user/someone else can login from any password value, however it is changed to ->
match the original password value to avoid unauthorized access
Minio requires that the AS supports a policy claim in the id_token, hence it needed to be mapped
using the roles available to a user in that tenant, now the user is login based on admin or normal user
Now applications can login without asking for consent from the end user

This feature has been warned not to used because 1. asking for user consent is ethical
2. This might be not be bug-free as mentioned below

link: https:/panva/node-oidc-provider/blob/v7.x/recipes/skip_consent.md
@techsavvyash techsavvyash merged commit 094b1d4 into techsavvyash:oidcDev Sep 24, 2024
1 check failed
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