Re: [pylons-discuss] Authenticating with Oauth2/OpenID Connect

2019-05-21 Thread Mike Orr
Thanks. This presents the same difficulty as 'pyramid_ouathlib', figuring out which parts I need. It's like looking through a forest for the right fern plants. My current authentication code and views is 4 pages long, the linked modules are 32 pages, and 'pyramid-oauthlib', 'ouathlib', and 'request

Re: [pylons-discuss] Authenticating with Oauth2/OpenID Connect

2019-05-21 Thread Jonathan Vanasco
Thanks for the kind words. This was actually pretty fast to do. I think it took 2-3 days to build oAuth into our apps and almost everything was repackaged into this within that same week. This has been sitting in a private repo for a year or so, because it required some updates to oauthlib an

Re: [pylons-discuss] Authenticating with Oauth2/OpenID Connect

2019-05-21 Thread Mike Orr
On Tue, May 21, 2019 at 4:14 PM Jonathan Vanasco wrote: > > Thanks for the kind words. This was actually pretty fast to do. I think it > took 2-3 days to build oAuth into our apps and almost everything was > repackaged into this within that same week. This has been sitting in a > private repo

Re: [pylons-discuss] Authenticating with Oauth2/OpenID Connect

2019-05-21 Thread Jonathan Vanasco
On Tuesday, May 21, 2019 at 8:13:11 PM UTC-4, Mike Orr wrote: > > > I want it to do username/password checking and give me the user > metadata including the list of roles. Then I can do authorization from > the roles. By "no authorization" I mean the role/view ACLs would > remain in Pyramid; I