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

i want to use identity server 4 in project #66

Closed
pranavpatil19 opened this issue Apr 19, 2020 · 5 comments
Closed

i want to use identity server 4 in project #66

pranavpatil19 opened this issue Apr 19, 2020 · 5 comments

Comments

@pranavpatil19
Copy link

Please help i want to use identity server 4 in seprate project

Please help how to use

@anjoy8
Copy link
Owner

anjoy8 commented Apr 19, 2020

Do you want to use identityserver4 in the blog.core project?
If so, download the latest code of blog.core and modify the configuration file appsettings. json , startup-> identityserver4-> Enabled, is set to true.

Then download my another project at https://github.com/anjoy8/Blog.IdentityServer

@pranavpatil19
Copy link
Author

thank you ... ok i will check this project too

2)if i dont want to use jwt and move identity server 4 in another project.
so you guide me which file i have to configure in that project.

  1. i try to seed database .but i get error.can you share database script of this project

@anjoy8
Copy link
Owner

anjoy8 commented Apr 20, 2020

2)You can search for the keyword "ids4和jwt切换" in the project. There are 6 places, which I have configured, which are if and else.
In fact, you don't have to deal with anything, the default is JWT, which I've configured.
appsettings. json , startup-> identityserver4-> Enabled, is set to false.

image

3)What's wrong with the report? What kind of database do you have, Mysql or Sqlserver or Oracle

@pranavpatil19
Copy link
Author

can you help me

in which scenario i use jwt and ids4 in my project.
can you help me

@anjoy8
Copy link
Owner

anjoy8 commented Apr 21, 2020

If you only have one resource server, you can just use JWT,
But if you have multiple projects, multiple clients, I recommend using ids4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants