oauthenticator
oauthenticator copied to clipboard
OAuth + JupyterHub Authenticator = OAuthenticator
### Bug description Configured AzureAdOAuthenticator with an App Registration, but seeing this error in logs after login attempt Error fetching 400 POST https://login.microsoftonline.com//oauth2/token But that URL doesn't make sense since...
### Proposed change Raising from [#579](https://github.com/jupyterhub/oauthenticator/pull/579/#pullrequestreview-2423770343) We have an [example](https://github.com/jupyterhub/oauthenticator/tree/main/examples/mock-provider) deploying with [mock-oauth2-server](https://github.com/navikt/mock-oauth2-server), which is useful for manual testing with a 'real' oauth provider. It runs easily in a container...