Skip to content

Limiting access to Registration #1084

Answered by Mshivam2409
Mshivam2409 asked this question in Q&A
Discussion options

You must be logged in to vote

Also, I had a bit of confusion why kratos gives port 4433 in the LoginFlow Result
Kratos Config

session:
  lifespan: 24h
serve:
  public:
    base_url: http://127.0.0.1:3001/.ory/kratos/public
  admin:
    base_url: http://kratos:4434/
selfservice:
  default_browser_return_url: http://127.0.0.1:3000/
  whitelisted_return_urls:
    - http://127.0.0.1:3000
  flows:
    error:
      ui_url: http://127.0.0.1:3000/error
    settings:
      ui_url: http://127.0.0.1:3000/settings
      privileged_session_max_age: 15m
    recovery:
      enabled: true
      ui_url: http://127.0.0.1:3000/recovery
    verification:
      enabled: true
      ui_url: http://127.0.0.1:3000/verify
      after:
        …

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
3 replies
@Mshivam2409
Comment options

@Benehiko
Comment options

@Mshivam2409
Comment options

Comment options

You must be logged in to vote
9 replies
@Benehiko
Comment options

@vinckr
Comment options

@Benehiko
Comment options

@Mshivam2409
Comment options

@vinckr
Comment options

Answer selected by Mshivam2409
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants