RE: Sign-in with social accounts

2021-11-09 Thread Dr Greg Low
1300SQLSQL (1300 775 775) office | +61 419201410 mobile SQL Down Under | Web: https://sqldownunder.com<https://sqldownunder.com/> |About me: https://greglow.me From: ozdotnet-boun...@ozdotnet.com On Behalf Of .net noobie Sent: Wednesday, 10 November 2021 12:02 AM To: ozDotNet Subject:

Re: Sign-in with social accounts

2021-11-09 Thread .net noobie
AD-B2C allows 50K active monthly users before it costs anything... so you could have more users than 50K... but the first 50K users per month who login to your system are no charge 425show (videos about AD-B2C & MSAL and alot other related security stuff) https://www.youtube.com/c/425show/videos

Re: Sign-in with social accounts

2021-04-25 Thread Greg Keogh
> > And before you start paying for alternatives, please check out Azure B2C > as I mentioned and see if it will do what you need. I’m constantly > fascinated by projects where I see people buying tools that they already > have a usable tool. > Oh yeah! I always like to use pre-supplied stuff befo

RE: Sign-in with social accounts

2021-04-25 Thread Dr Greg Low
t-boun...@ozdotnet.com On Behalf Of Nick Randolph Sent: Monday, 26 April 2021 11:33 AM To: ozDotNet Subject: RE: Sign-in with social accounts Hi Greg, I’m interested to understand why you think that “geared towards APIs” is a bad thing. I understand that the first thing developers typically want to

Re: Sign-in with social accounts

2021-04-25 Thread Greg Keogh
It's been a few years now and it's a bit hazy ... but I only wanted to use the authentication feature and had no need for fine-grained control over who could call which API methods. You either authenticated into the app, or not. I was led into all these configuration screens to register API details

RE: Sign-in with social accounts

2021-04-25 Thread Nick Randolph
ns of Built to Roam Pty Ltd. From: ozdotnet-boun...@ozdotnet.com On Behalf Of Greg Keogh Sent: Monday, 26 April 2021 11:29 AM To: ozDotNet Subject: Re: Sign-in with social accounts Thanks everyone, I'll go off and do the research now. If I make any startling discoveries in coming weeks

Re: Sign-in with social accounts

2021-04-25 Thread Greg Keogh
Thanks everyone, I'll go off and do the research now. If I make any startling discoveries in coming weeks I'll report back in case it helps others attempting SSO. *GK* P.S. I did try Auth0 about 4 years ago, but it was so over-featured and geared towards "APIs" that I couldn't identify the possib

Re: Sign-in with social accounts

2021-04-25 Thread David Connors
rent url for each user. Ex a different >> route for each client. >> >> It's not hard to do at all, but can seem like you don't have a handle on >> it until it all works. >> >> Hth Davy. >> >> >> >> Sent from my Galaxy >&

Re: Sign-in with social accounts

2021-04-25 Thread kirsten greed
my Galaxy > > > Original message ---- > From: Greg Keogh > Date: 26/04/2021 00:59 (GMT+01:00) > To: ozDotNet > Subject: Sign-in with social accounts > > Folks, we have some old apps with their own simple credentials databases > containing user, password

RE: Sign-in with social accounts

2021-04-25 Thread djones147
e for each client. It's not hard to do at all, but can seem like you don't have a handle on it until it all works. Hth Davy. Sent from my Galaxy Original message From: Greg Keogh Date: 26/04/2021 00:59 (GMT+01:00) To: ozDotNet Subject: Sign-in with social accounts Fol

Re: Sign-in with social accounts

2021-04-25 Thread Craig vN
The easiest way is to use Auth0 (https://auth0.com/). It costs, but will save a lot of hair. On Mon, Apr 26, 2021 at 8:59 AM Greg Keogh wrote: > Folks, we have some old apps with their own simple credentials databases > containing user, password, login count, permissions, etc. They're classic >

RE: Sign-in with social accounts

2021-04-25 Thread Dr Greg Low
dotnet-boun...@ozdotnet.com On Behalf Of Greg Keogh Sent: Monday, 26 April 2021 8:59 AM To: ozDotNet Subject: Sign-in with social accounts Folks, we have some old apps with their own simple credentials databases containing user, password, login count, permissions, etc. They're classic old

Sign-in with social accounts

2021-04-25 Thread Greg Keogh
Folks, we have some old apps with their own simple credentials databases containing user, password, login count, permissions, etc. They're classic old fashioned systems. Increasing numbers of apps let you sign-in with your Facebook, Google, Microsoft, etc account these days. This is really conveni