Identityserver4: Identity Server 4 with ASPNET Identity on ASPNET CORE 2.1

Created on 30 Jul 2018  路  8Comments  路  Source: IdentityServer/IdentityServer4

As AspNet Core team changes identity management from regular mvc to razor pages AND inside an area, is there a way to configure IDS4 endpoint URLs to adapt these changes while using AspNet Identity with IDS4. For example: _http://localhost:5000/account/login?returnUrl=_ need to be changed _http://localhost:5000/identity/account/login?returnUrl=_ and so on.

Or am I missing any easy way out guys.

question

Most helpful comment

I think this doc should be updated noting this

All 8 comments

The paths to the UI pages has always been configurable: http://docs.identityserver.io/en/release/reference/options.html#userinteraction

Thanks @brockallen, you are life savior.

I think this doc should be updated noting this

This is an community driven OSS project. PRs for docs are welcome.

It's real, the docs is out of date. A some days I had to do a lot of search on the web to learn some question about ASP Net Identity and Identity Server integration and customization.

Can we merge this and then we can update based off that, or should we create a new PR with changes based on what it is currently?

Yes @ScarlettCode we should merge that. I do need to update it for 2.1 though.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings