Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We need to configure the community and rp_realm appropriate for your Moonshot IdPservice, and the Trust Router that it will connect to.

  1. Open the /etc/raddb/mods-enabled/realm for editing.
  2. Find the "realm suffix {" configuration directive, and fill out the fields as appropriate.
  3. For the default Jisc Assent Trust Router this will look like the following:

    Code Block
    linenumberstrue
    realm suffix {
      format = suffix
      delimiter = "@"
      default_community = "ov-apc.moonshot.ja.net"
      rp_realm = "hostnameYour ofservice your IdPrealm as registered in the Jisc Assent Portal"
      trust_router = "tr.moonshot.ja.net"
    }
    Tip
    titleExample

    Camford University has a Moonshot IdP service registered in the Jisc Assent Portal at the service realm of moonshot-idp.camford.ac.uk, so its realm file would look like this:

    Code Block
    linenumberstrue
    realm suffix {
      format = suffix
      delimiter = "@"
      default_community = "ov-apc.moonshot.ja.net"
      rp_realm = "moonshot-idp.camford.ac.uk"
      trust_router = "tr.moonshot.ja.net"
    }

...