James Hancock

Results 70 comments of James Hancock

It never fires at all. Here's the module that does the loading: ``` @NgModule({ imports: [CommonModule, AuthModule.forRoot({ config: { authority: apiUrl(), configId: AUTH_CONFIG_ID, startCheckSession: true, redirectUrl: `${location.protocol}//${location.host}`, postLogoutRedirectUri: LOGOUT_PATH, postLoginRoute:...

I think the confusion is this and maybe we're just doing it the wrong way and it just happened to work before: Our app requires that we know the authentication...

Ok, so I have a repro case: If you take the sample-code-flow-refresh-tokens and put this in the app.module.ts constructor: ``` constructor(private readonly eventService: PublicEventsService, private readonly oidcSecurityService: OidcSecurityService) { this.eventService...

Great! Thanks! Any ETA when this will be released? We're a little blocked ATM on this one.

This is still a problem in V14.1.2. This is what I get back: OidcService code request https://localhost:44301 Error: [object Object]

I think that this might be doable using typescript to compile the js code that consumes the node_module or use webpack or rollup to do the same if that helps.

@Mereep @stephengibson83 The Dart team has released a full oauth2 package for all platforms. The issue is how it pops the web login (i.e. it doesn't and that's your problem)...

@Mereep The app has to do something else. Password flow: This just works using an http post/get that passes the login and password and gets json back with all of...

@Mereep thar of course is your choice but that’s a really great way to have massive security issues in your app. Parler found that out the hard way. Strongly suggest...

@runger1101001 Thanks so much for this, it's a great place to get started! The reason for doing this is that most of those ICs are in the 90ish % efficiency...