Denis Blazevic

Results 12 comments of Denis Blazevic

@damienbod I see that you closed this, but it has not been adressed. Will this be added as an option in V14? If so, when is the release?

Are you sure it does not force redirect? The redirectURL is set to my callback component, but as soon as chechAuth gets a new value (subscribe) then it will redirect...

I agree with @NachoBoss. This happens in my project as well, and I do not want this library to force redirect to the main route.

It seems like [check-auth.service.ts#L137](https://github.com/damienbod/angular-auth-oidc-client/blob/9a4c268cd603409c41ac88d4da02d1892325b2cc/projects/angular-auth-oidc-client/src/lib/auth-state/check-auth.service.ts#L137) will redirect always to the saved url. But this URL will be empty if not used in a route guard, therefore will redirec to '/' always?

The `redirectUrl` in config should corrospond to the `redirectUrl` provided at the IDP. In my case `redirectUrl` is set to redirect to my `auth-callback` component, where I will do other...

Current workaround is to save the URL locally before `authorize` . When getting back from the authorization process, navigate to the saved url. This is what the library is trying...

@NachoBoss Yes, I do the same as the library, but just locally. So I save the redirect URL to `localStorage`, and then retrieve in `checkAuth`, if there is an URL...

Yes, until v14 comes out this is the workaround sadly. It is not hoppy for my use case as the redirect component has no html, so you do not notice...

The reason it fails is because the API has changed. The server from the same author (that does the API lookup towards "unogs") has not been updated for the new...

Is it possible to extend this `CalendarStyle` to make it more customizable? I want the calendar button to take 100% of the parent div, but this is not possible currently...