Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptExample
/
oidc-client-js
Public
forked from
DuendeArchive/identity-model-oidc-client-js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
oidc-client-js
src
UserManager.js
on
dev
User selector
All users
All time
Commit history
Commits on Feb 10, 2019
Merge branch 'dev' into master
brockallen
authored
84d0c7e
View commit details
Copy full SHA for 84d0c7e
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
Fixes typo on variable 'required'
Show description for 58af154
HenrikWM
committed
58af154
View commit details
Copy full SHA for 58af154
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
Fully qualify import paths
charricknflx
committed
7f950a4
View commit details
Copy full SHA for 7f950a4
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
fix: signinSilent fails when no user is available
Show description for 0c9ea9c
Michael Weibel
committed
0c9ea9c
View commit details
Copy full SHA for 0c9ea9c
View code at this point
Browse repository at this point
Commits on Dec 13, 2018
validate id_token after using refresh token
brockallen
committed
edb4b5d
View commit details
Copy full SHA for edb4b5d
View code at this point
Browse repository at this point
add refresh token support
brockallen
committed
14ed108
View commit details
Copy full SHA for 14ed108
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
allow prompt param to be passed to signinSIlent
brockallen
committed
2f5d81f
View commit details
Copy full SHA for 2f5d81f
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
Fix wrong log message in signoutPopup
longsleep
committed
5779227
View commit details
Copy full SHA for 5779227
View code at this point
Browse repository at this point
Commits on Oct 5, 2018
allow response_type to be passed to querySessionStatus
brockallen
committed
e8601a8
View commit details
Copy full SHA for e8601a8
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
Remove the check for `signinResponse.profile.sid` as not all Providers support the OpenID Connect Front-Channel Logout Spec (https://openid.net/specs/openid-connect-frontchannel-1_0.html)
Josh Eckhoff
committed
f4a10e9
View commit details
Copy full SHA for f4a10e9
View code at this point
Browse repository at this point
Add query_status_response_type parameter to override the default response_type for the querySessionStatus API.
Josh Eckhoff
committed
ce5dea0
View commit details
Copy full SHA for ce5dea0
View code at this point
Browse repository at this point
Commits on Jul 21, 2018
fixes signoutPopupCallback optional params not working #623
brockallen
committed
4da7396
View commit details
Copy full SHA for 4da7396
View code at this point
Browse repository at this point
Commits on May 11, 2018
better logging
brockallen
committed
18860fe
View commit details
Copy full SHA for 18860fe
View code at this point
Browse repository at this point
Commits on May 6, 2018
cleanup/streamline log messages
brockallen
committed
dd9c4c0
View commit details
Copy full SHA for dd9c4c0
View code at this point
Browse repository at this point
Commits on Feb 20, 2018
fix: change classes to use named exports instead of default exports
Show description for 712986f
DanielSchaffer
committed
712986f
View commit details
Copy full SHA for 712986f
View code at this point
Browse repository at this point
Commits on Sep 26, 2017
remove forced state param from signoutRedirect
brockallen
committed
b4cb74e
View commit details
Copy full SHA for b4cb74e
View code at this point
Browse repository at this point
Commits on Sep 24, 2017
close navigators when error during signin or signout
brockallen
committed
4f77c85
View commit details
Copy full SHA for 4f77c85
View code at this point
Browse repository at this point
Commits on Sep 23, 2017
make storeUser public
brockallen
committed
e7b9a11
View commit details
Copy full SHA for e7b9a11
View code at this point
Browse repository at this point
added includeIdTokenInSilentRenew to userManagerSettings #343
brockallen
committed
fede1ca
View commit details
Copy full SHA for fede1ca
View code at this point
Browse repository at this point
add APIs to start/stop silent renew #325
brockallen
committed
e55333a
View commit details
Copy full SHA for e55333a
View code at this point
Browse repository at this point
Merge pull request #412 from kukat/dev
Show description for cd6b129
brockallen
authored
cd6b129
View commit details
Copy full SHA for cd6b129
View code at this point
Browse repository at this point
Merge pull request #305 from chaffeqa/patch-1
Show description for f021fb0
brockallen
authored
f021fb0
View commit details
Copy full SHA for f021fb0
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
create sign in request before prepare the navigator
kukat
committed
7b52c52
View commit details
Copy full SHA for 7b52c52
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
Return response from UserManager.signoutRedirectCallback
ArturDorochowicz
committed
6752656
View commit details
Copy full SHA for 6752656
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
Ensure args is not null
Quinn Chaffee
authored
bd9125f
View commit details
Copy full SHA for bd9125f
View code at this point
Browse repository at this point
signoutRedirect respect post_logout_redirect_uri
Show description for 8c4f9e0
Quinn Chaffee
authored
8c4f9e0
View commit details
Copy full SHA for 8c4f9e0
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
add keepOpen flag when doing signout popup
brockallen
committed
e21b167
View commit details
Copy full SHA for e21b167
View code at this point
Browse repository at this point
add signoutPopup
brockallen
committed
7422c40
View commit details
Copy full SHA for 7422c40
View code at this point
Browse repository at this point
Commits on Feb 5, 2017
try to provide better INFO level log messages
brockallen
committed
8d81834
View commit details
Copy full SHA for 8d81834
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
change to use debug log for all info calls
brockallen
committed
559701e
View commit details
Copy full SHA for 559701e
View code at this point
Browse repository at this point
Commits on Oct 22, 2016
rework popup to use callback functions instead of postMessage to support IE
brockallen
committed
2c23aa4
View commit details
Copy full SHA for 2c23aa4
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
Merge pull request #152 from thecontrarycat/duplicate-timers
Show description for ca00ff1
brockallen
authored
ca00ff1
View commit details
Copy full SHA for ca00ff1
View code at this point
Browse repository at this point
add flag to revoke tokens on signout
brockallen
committed
3221708
View commit details
Copy full SHA for 3221708
View code at this point
Browse repository at this point
Commits on Oct 14, 2016
Use _loadUser() instead of getUser() when recreating timers is inappropriate
thecontrarycat
committed
0747c14
View commit details
Copy full SHA for 0747c14
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
pass id_token_hint on silent renew #116
brockallen
committed
5be1d2b
View commit details
Copy full SHA for 5be1d2b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.