Click here to Skip to main content
16,001,362 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Configuration Error Pin
Richard Deeming15-May-24 21:43
mveRichard Deeming15-May-24 21:43 
GeneralRe: Configuration Error Pin
Richard Andrew x6416-May-24 3:27
professionalRichard Andrew x6416-May-24 3:27 
QuestionIdentity Management Recommendations Pin
Richard Andrew x6414-May-24 3:45
professionalRichard Andrew x6414-May-24 3:45 
AnswerRe: Identity Management Recommendations Pin
Richard Deeming14-May-24 3:51
mveRichard Deeming14-May-24 3:51 
GeneralRe: Identity Management Recommendations Pin
Richard Andrew x6414-May-24 4:32
professionalRichard Andrew x6414-May-24 4:32 
GeneralRe: Identity Management Recommendations Pin
Richard Deeming14-May-24 4:38
mveRichard Deeming14-May-24 4:38 
GeneralRe: Identity Management Recommendations Pin
Richard Andrew x6414-May-24 4:52
professionalRichard Andrew x6414-May-24 4:52 
AnswerRe: Identity Management Recommendations Pin
Steve Raw16-Jun-24 8:24
professionalSteve Raw16-Jun-24 8:24 
Richard Andrew x64 wrote:
My company wants to create an internal portal website as a gateway to our applications that is hosted in an on-premises web server.
I don't want to try to re-invent the identity management, login and authorization process.
Is there any third-party solution that can be integrated with a local website to perform login functionality and user management?
It's funny you mention this, Richard. Right now, I'm working on an authorization and authentication system for my project. Creating the system from the ground up will take way too much time and effort to implement, so I'm using Google's Identity Services ("GIS") for this. If you just want a simple login prompt, it's fairly easy to implement. I'm implementing a more comprehensive and custom approach, so it will be some time before I get things up and running properly.

Are you developing in a Windows environment? If so, MS Visual Studio allows you to create web applications using a generic user account template. In VS, create a blank web application. You will be prompted to choose a type of user account system. Select the "Individual User Accounts" option, and VS will create your application with a built-in user accounts system. From there, you need to customize the user accounts system, but it only took me a few hours to get up and running.

I haven't looked into any other 3rd party services as of yet, but I plan to allow users to log in with various social media accounts. Microsoft's authentication service looks to be a bit more convoluted. I think you have to go through a process where you verify the identity of your organization before you can implement anything. It sounds like an arduous process.

If you want to take a look at GIS,
see: Authentication | Google for Developers[^]


GeneralRe: Identity Management Recommendations Pin
Richard Andrew x6416-Jun-24 8:39
professionalRichard Andrew x6416-Jun-24 8:39 
GeneralRe: Identity Management Recommendations Pin
Steve Raw16-Jun-24 10:26
professionalSteve Raw16-Jun-24 10:26 
AnswerRe: Identity Management Recommendations Pin
Steve Raw16-Jun-24 10:36
professionalSteve Raw16-Jun-24 10:36 
QuestionGemfile.lock parsing/linting Pin
James Curran8-May-24 11:17
James Curran8-May-24 11:17 
AnswerRe: Gemfile.lock parsing/linting Pin
Richard Deeming8-May-24 21:32
mveRichard Deeming8-May-24 21:32 
QuestionSwagger Generated URL Questtion Pin
Kevin Marois26-Apr-24 12:37
professionalKevin Marois26-Apr-24 12:37 
AnswerRe: Swagger Generated URL Questtion Pin
Dave Kreskowiak26-Apr-24 12:55
mveDave Kreskowiak26-Apr-24 12:55 
GeneralRe: Swagger Generated URL Questtion Pin
Kevin Marois26-Apr-24 13:37
professionalKevin Marois26-Apr-24 13:37 
GeneralRe: Swagger Generated URL Questtion Pin
Dave Kreskowiak26-Apr-24 14:13
mveDave Kreskowiak26-Apr-24 14:13 
GeneralRe: Swagger Generated URL Questtion Pin
Kevin Marois26-Apr-24 14:17
professionalKevin Marois26-Apr-24 14:17 
QuestionASP.Net MVC Core API Question Revisited Pin
Kevin Marois18-Apr-24 19:44
professionalKevin Marois18-Apr-24 19:44 
AnswerRe: ASP.Net MVC Core API Question Revisited Pin
Richard Deeming18-Apr-24 21:27
mveRichard Deeming18-Apr-24 21:27 
GeneralRe: ASP.Net MVC Core API Question Revisited Pin
Kevin Marois19-Apr-24 4:20
professionalKevin Marois19-Apr-24 4:20 
GeneralRe: ASP.Net MVC Core API Question Revisited Pin
Richard Deeming19-Apr-24 4:43
mveRichard Deeming19-Apr-24 4:43 
GeneralRe: ASP.Net MVC Core API Question Revisited Pin
Kevin Marois19-Apr-24 5:19
professionalKevin Marois19-Apr-24 5:19 
GeneralRe: ASP.Net MVC Core API Question Revisited Pin
Kevin Marois21-Apr-24 12:22
professionalKevin Marois21-Apr-24 12:22 
GeneralRe: ASP.Net MVC Core API Question Revisited Pin
Richard Deeming29-Apr-24 23:53
mveRichard Deeming29-Apr-24 23:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.