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

How do you use this? #23

Closed
findinfinite opened this issue Aug 18, 2019 · 7 comments
Closed

How do you use this? #23

findinfinite opened this issue Aug 18, 2019 · 7 comments

Comments

@findinfinite
Copy link

How do you use this library exactly? Are there any examples?

@Rainy99
Copy link

Rainy99 commented Aug 19, 2019

You can see my example with here:
https://github.com/Rainy99/IdentityServer

@findinfinite
Copy link
Author

Can you use this to implement the ResourceOwnerPasswordValidator?

See here: https://stackoverflow.com/questions/35304038/identityserver4-register-userservice-and-get-users-from-database-in-asp-net-core

@Rainy99
Copy link

Rainy99 commented Aug 21, 2019

Can you use this to implement the ResourceOwnerPasswordValidator?

See here: https://stackoverflow.com/questions/35304038/identityserver4-register-userservice-and-get-users-from-database-in-asp-net-core

I have implemented IResourceOwnerPasswordValidator and IProfileService in my example, you can see.

@findinfinite
Copy link
Author

Can you use this to implement the ResourceOwnerPasswordValidator?
See here: https://stackoverflow.com/questions/35304038/identityserver4-register-userservice-and-get-users-from-database-in-asp-net-core

I have implemented IResourceOwnerPasswordValidator and IProfileService in my example, you can see.

I did a search for IResourceOwnerPasswordValidator and didn't find anything.

@findinfinite
Copy link
Author

Can you use this to implement the ResourceOwnerPasswordValidator?
See here: https://stackoverflow.com/questions/35304038/identityserver4-register-userservice-and-get-users-from-database-in-asp-net-core

I have implemented IResourceOwnerPasswordValidator and IProfileService in my example, you can see.

I did a search for IResourceOwnerPasswordValidator and didn't find anything.

Actually, I didn't realize you pushed recently so I did a git pull and found it. Great work! :) And thanks for the help!

@Rainy99
Copy link

Rainy99 commented Aug 21, 2019

Can you use this to implement the ResourceOwnerPasswordValidator?
See here: https://stackoverflow.com/questions/35304038/identityserver4-register-userservice-and-get-users-from-database-in-asp-net-core

I have implemented IResourceOwnerPasswordValidator and IProfileService in my example, you can see.

I did a search for IResourceOwnerPasswordValidator and didn't find anything.

Actually, I didn't realize you pushed recently so I did a git pull and found it. Great work! :) And thanks for the help!

You are welcome.

@diogodamiani
Copy link
Owner

@findinfinite The purpose of this library is provide a configuration and operational persistence layer using MongoDB for IS4. The user validation is up to your application.

The sample app here don't use it.

@Rainy99 Thank you for your help.

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

No branches or pull requests

3 participants