okta-angular
okta-angular copied to clipboard
Angular SDK for Okta's OIDC flow
## Current behavior Login to the application and open the application in-multiple tabs and logout from all the tabs and try to re login with any one of the tab...
Everything works normally but I can't create SSO session when using incognito mode. Can anyone tell me why and how could I solve it? I'm using the latest version of...
### Describe the bug **Current behavior:** We have integrated OKTA with our angular application. After successful login from OKTA, the user redirects to the callback route of the angular application....
### Describe the bug Hi there! I encountered the following issue while working with OktaAuth and I wanted to identify a possible fix or bug to this scenario. This is...
Protect lazy loaded routes without path segments with canLoad-Guard. ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our [guidelines](/okta/okta-angular/blob/master/CONTRIBUTING.md#commit) -...
### Describe the bug? OktaAuthStateService.authState does not correctly reflect user's state when user is authenticated but not authorized. The OktaAuthStateService.authState.isAuthenticated member has the value of false and OktaAuthStateService.authState..idToken is undefined...
Fix a 1 letter typo. Sorry for the format, I'm using the github interface. ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The...
Use `.mjs` extension instead of `.js` for dist. This corresponds to the latest [APF](https://angular.io/guide/angular-package-format) Also this eliminates need to put `@okta/okta-angular` as exception in `transformIgnorePatterns` in jest config. (https://github.com/okta/okta-angular/issues/110) Internal...
### Describe the feature request? Hello, So far, except if I am missing something, the only way to be notified that the OKTA global session is not valid anymore is...
### Describe the feature request? Due to how the server infrastructure is done, it is not possible to use jwt-java-verifier library to validate the ID token/ access token on backend...