eschutho edited a comment on issue #17862: URL: https://github.com/apache/superset/issues/17862#issuecomment-1005870703
Hi @mandeeplohan I'm not familiar with this part of the app either, most of this functionality lies outside of Superset, like Amit mentioned, but I'd suggest taking a look at the source of the error code from the oauth documentation: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-31#section-2.3 My first guess would be that you have the default `AUTH_USER_REGISTRATION_ROLE` set to "Public" when that role shouldn't require authentication. Have you tried setting that config to a different role like Admin? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
