Coder Social home page Coder Social logo

[Question]: Is it possible to implement multiple configurations for Angular 17 standalone components project? about angular-auth-oidc-client HOT 3 OPEN

soniafaria avatar soniafaria commented on July 21, 2024
[Question]: Is it possible to implement multiple configurations for Angular 17 standalone components project?

from angular-auth-oidc-client.

Comments (3)

timdeschryver avatar timdeschryver commented on July 21, 2024

Hi, the capabilities of the "standalone" VS "module" should be the same.
The only difference is "how" this is configured within an app.

In other words, a standalone project can still use multiple configurations.
As an example you can take a look at https://github.com/damienbod/angular-auth-oidc-client/blob/main/projects/sample-code-flow-standalone/src/app/app.config.ts (which is configured for a single config, but you can also provide an array of configs just as with the module approach).

from angular-auth-oidc-client.

soniafaria avatar soniafaria commented on July 21, 2024

Thanks for your response @timdeschryver! I have successfully implemented multiple configurations, but one thing that I am not achieving is the protection of routes via custom guard, when using multiple configurations. I saw this example in the documentation but isAuthentication is always false. I understood by the documentation that this value returns false when having multiple configurations, is there any other way I can implement it? Thanks 😀

from angular-auth-oidc-client.

timdeschryver avatar timdeschryver commented on July 21, 2024

@soniafaria I don't have "real" experience with it.
But AFAIK if you use isAuthenticated instead of isAuthenticated$ you can provide a configId.
If you provide the configuration id, isAuthenticated will return the result for that configuration.

from angular-auth-oidc-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.