oauthenticator icon indicating copy to clipboard operation
oauthenticator copied to clipboard

OAuth + JupyterHub Authenticator = OAuthenticator

Results 92 oauthenticator issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

bug

### 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...

maintenance