Git Product home page Git Product logo

Comments (5)

zxan1285 avatar zxan1285 commented on August 27, 2024

Hi, @bastula
By default, Client Name is used in from field, like from: FancyClient <[email protected]>. You can customize those templates, but it'll require to use custom email provider. See https://manage.auth0.com/#/emails.

from auth0-delegated-administration-extension.

bastula avatar bastula commented on August 27, 2024

Hi @zxan1285,

I understand that it will be used for the email provider. Is there a way to default the dropdown (or make it a fixed value) if we are trying to deliver the delegated administration to customers? I am not sure if they would know what to pick.

from auth0-delegated-administration-extension.

zxan1285 avatar zxan1285 commented on August 27, 2024

You can use Settings Query for that - https://auth0.com/docs/extensions/delegated-admin/v3/hooks/settings#custom-fields
Like this:

userFields: [
    {
        "property": "client",
        "label": "Client",
        "search": false,
        "edit": {
            "display": true,
            "type": "select",
            "component": "InputSelectCombo",
            "options": [{ "value": "[client_id]", "label": "[client_name]" }],
            "required": true
        },
        "create": false
    },
    ...
]

from auth0-delegated-administration-extension.

fyockm avatar fyockm commented on August 27, 2024

@bastula did this answer your question?

from auth0-delegated-administration-extension.

bastula avatar bastula commented on August 27, 2024

@fyockm It does, but I could not make it work as when I put in my client_id and client_name the form did not submit properly.

I think the main point is that the client field was not documented that it is able to be overridden.

from auth0-delegated-administration-extension.

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.