okta-angular
okta-angular copied to clipboard
Angular SDK for Okta's OIDC flow
### Describe the feature request? Does this angular library support server side rendering using angular universal? ### New or Affected Resource(s) Does this angular library support server side rendering using...
## I'm submitting a: - [x] Bug report - [ ] Feature request - [ ] Other (Describe below) ## Current behavior If an angular app is built with a...
## I'm submitting a: - [x] Bug report - [ ] Feature request - [ ] Other (Describe below) ## Current behavior When opening app which requires okta authentication the...
## I'm submitting a: - [x] Bug report - [ ] Feature request - [ ] Other (Describe below) ## Current behavior This might be more of a Sign-In Widget...
It is observed that if a user has two authenticated sessions running on separate tabs for an app integrated with Angular SDK (3.2.0), logging out will not consistently end the...
Hi, I'm using `signInWithCredentials()` function to sign to Okta, signing is working but `authstate` not change. ``` async login(username: string, password: string) { return this.oktaAuth.signInWithCredentials({ username, password }) .then(() =>...
When I create an Angular 11 app in strict-mode, importing the Sign-In Widget doesn't work. ``` Error: src/app/login/login.component.ts:6:24 - error TS7016: Could not find a declaration file for module '@okta/okta-signin-widget'....
### Describe the bug After signing in through an Okta-hosted login, the user is sent to a callback URL, which consumes the `state` and `code` URL parameters. In an Angular...
### Describe the feature request? I'd like to see an example project that uses this library with Angular 18. In our testing, there appears to be a compatibility issue between...