Customise Tenant Portal Sign Up Page

Hi, 
Is it possible to customise the sign up tenant portal page?
When a new customer signs up ideally we would like to capture a first name, last name, address and telephone number as a minimum. We are also interested in using the telephone number to use two factor authentication to ensure we only allow sign up from a valid
telephone number. Anyone have experience of this or are there any articles out there regarding implementation as I haven't found anything.
Thanks in advance.
Microsoft Partner

The sign up wont be available trough the Azure Pack portal anymore. You need to create a separate onboarding portal / process. When a user doesn't have a local ADFS the account will be stored in the AD you configured the ADFS in on your end.
for more information i can recommend http://www.hyper-v.nu
You can try this below in a test environment to see if it will works for you:
To install ADFS on a single box:
$serviceAccountCredential = Get-Credential -Message "Enter the credential for the Federation Service Account."
$cert = Import-PfxCertificate C:\Install\yourcertificate.pfx -Exportable -Password (ConvertTo-SecureString -String "P@ssw0rd" -AsPlainText -Force) -CertStoreLocation Cert:\LocalMachine\My
Install-WindowsFeature ADFS-Federation -IncludeManagementTools
Install-AdfsFarm `
-CertificateThumbprint:$cert.Thumbprint `
-FederationServiceDisplayName:"Tenant AD Login" `
-FederationServiceName:"sts.<your-domain.fqdn>" `
-ServiceAccountCredential:$serviceAccountCredential `
Then configure ADFS for your Azure Pack on the ADFS server:
$adminportal = "admin.<your-domain.fqdn>" #WAP Admin Portal
$tenantportal = "manage.<your-domain.fqdn>" #WAP Tenant Portal
$wapsqllogin = "logon.<your-domain.fqdn>" #WAP Logon portal
Set-ADFSWebConfig –HRDCookieEnabled $false
$AzurePackTenantRelyingParty = Add-AdfsRelyingPartyTrust -Name "Azure Pack Tenant Portal"-MetadataUrl https://$tenantportal/FederationMetadata/2007-06/FederationMetadata.xml -PassThru
$AzurePackAdminRelyingParty = Add-AdfsRelyingPartyTrust -Name "Azure Pack Admin Portal"-MetadataUrl https://$adminportal/FederationMetadata/2007-06/FederationMetadata.xml -PassThru
$IssuanceAuthorizationRules = '@RuleTemplate = "AllowAllAuthzRule"
=> issue(Type = "http://schemas.microsoft.com/authorization/claims/permit", Value = "true"); '
$IssuanceTransformRules = '@RuleTemplate = "LdapClaims"
@RuleName = "AD UPN"
c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname", Issuer == "AD AUTHORITY"]
=> issue(store = "Active Directory", types = ("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"), query = ";userPrincipalName;{0}", param = c.Value);
@RuleTemplate = "PassThroughClaims"
@RuleName = "Pass through UPN"
c:[Type == "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"]
=> issue(claim = c);
@RuleTemplate = "LdapClaims"
@RuleName = "Group"
c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname", Issuer == "AD AUTHORITY"]
=> issue(store = "Active Directory", types = ("http://schemas.xmlsoap.org/claims/Group"), query = ";tokenGroups(domainQualifiedName);{0}", param = c.Value);
@RuleTemplate = "PassThroughClaims"
@RuleName = "Pass through Group"
c:[Type == "http://schemas.xmlsoap.org/claims/Group"]
=> issue(claim = c);'
Set-AdfsRelyingPartyTrust -TargetName $AzurePackTenantRelyingParty.Name -IssuanceTransformRules $IssuanceTransformRules -IssuanceAuthorizationRules $IssuanceAuthorizationRules -EnableJWT $true
Set-AdfsRelyingPartyTrust -TargetName $AzurePackAdminRelyingParty.Name -IssuanceTransformRules $IssuanceTransformRules -IssuanceAuthorizationRules $IssuanceAuthorizationRules -EnableJWT $true
#this will add back the SQL login for Azure Pack trough ADFS
$AzurePackSQLLogin = Add-AdfsClaimsProviderTrust -Name "Azure Pack SQL Login" -MetadataUrl https://$wapsqllogin/FederationMetadata/2007-06/FederationMetadata.xml -PassThru
$AcceptanceTransformRules = '@RuleTemplate = "PassThroughClaims"
@RuleName = "Pass through UPN"
c:[Type == "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"]
=> issue(claim = c);
@RuleTemplate = "PassThroughClaims"
@RuleName = "Pass trhough Name"
c:[Type == "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"]
=> issue(claim = c);
@RuleTemplate = "PassThroughClaims"
@RuleName = "Pass through Group"
c:[Type == "http://schemas.xmlsoap.org/claims/Group"]
=> issue(claim = c);'
Set-AdfsClaimsProviderTrust -TargetName $AzurePackSQLLogin.Name -AcceptanceTransformRules $AcceptanceTransformRules
Then on the Azure Pack Admin run this, again don't forget to change the URL's / SQL Servername:
$ConnectionString = 'Data Source=YOURSQLBOX;Initial Catalog=Microsoft.MgmtSvc.Config;User ID=sa;Password=P@ssw0rd'
#This will configure Tenant Portal to use ADFS
Set-MgmtSvcRelyingPartySettings -Target Tenant -MetadataEndpoint 'https://sts.<your-domain.fqdn>/FederationMetadata/2007-06/FederationMetadata.xml' -ConnectionString $ConnectionString –DisableCertificateValidation
#This will configure Admin portal to use ADFS
Set-MgmtSvcRelyingPartySettings -Target Admin -MetadataEndpoint 'https://sts.<your-domain.fqdn>/FederationMetadata/2007-06/FederationMetadata.xml' -ConnectionString $ConnectionString –DisableCertificateValidation
#below will add as extra option the (old wap) login available trough ADFS
Set-MgmtSvcIdentityProviderSettings -Target Membership -MetadataEndpoint 'https://sts.<your-domain.fqdn>/FederationMetadata/2007-06/FederationMetadata.xml' -ConnectionString $ConnectionString –DisableCertificateValidation
Best regards, Mark Scholman. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • Why the sign-off page Not Displayed when I do SSO Logout ?

    Hi All,
    I am using Oracle SSO 10.1.4.1 and OID 10.1.4.1 and registering our ADF application to participate in the SSO.
    When I call SSO Logout from the web application with this URL :
    http://myserver:port/pls/orasso/orasso.wwsso_app_admin.ls_logout?p_done_url=http://myserver:port/portal/page/portal/myPORTAL
    It just do the Logout "Silently" and then redirect to http://myserver:port/portal/page/portal/myPORTAL.
    Doesn't it should firstly display a page that shows the list of all application that will be logged-Off ?
    Why that sign-off page does not get displayed ?
    Thank you for your help,
    xtanto

    Looking at the product version you mentioned, I assume you are referring to Oracle Access Manager. When you configure a Logout URL, it will just end the session by killing ObSSOCookie and take you to the Logout URL as specified by the Administrator. OOTB, it wont be able to display the list of the applications you will be logged off from. This needs custom development to achieve what you are expecting. First you need to find out what all applications the user is logged in or to what all applications the ObSSOCookie session is passed and then display them on the Logout URL.

  • TS1702 My sons ipod touch will not accept his apple id for facetime of messages. everytime we enter apple id it flips back to login or sign up page for both apps. Very frustating and I see others have the same problem but have no goosd answers how to reso

    Please help with advice on setting up facetime and messages on ipod touch. \When I enter the sign in apple id for both apps it just flicks back to the sign in or sign up page after verifying it.
    We have very strong internet, I have already rebooted and shut down and set up a new email account and changed apple id from y7mail to gmail and still it is not working.... super frustrating!! Hope you can help.

    Try This...
    Close All Open Apps... Sigh Out of the Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    More Info Here  >  Troubleshooting FaceTime
    http://support.apple.com/kb/TS3367

  • Pre-populate Portal sign-on screen

    Is there a way to pre-populate the portal sign-on screen with user-id and password ? We are in the process of migrating users to SAP portal, and are looking at re-directing (auto login if possible (or) pre-populate login fields at the least) them to the new site when they access the old site.
    I reviewed the HTMl source of the portal login page, but did not see a way to pass parameters in the URL.
    Thanks in advance for any suggestion !

    Hi Srikanth,
    You can send your user name & password to the portal as url parameters like:
    http://<server>:port/irj/portal?j_user=your_user_name& j_password=your_password
    Hope this helps,
    Best Regards,
    Nibu.

  • TS2634 I have an apple Id and I am having trouble signing in to I message I click sign on but it keeps sending me back to the sign in page what do I do

    I tried to sign in to my I message and I typed everything in correctly and when I touched sign in it went to choose and email page and before I got to click anything it went back to the sign in page so I'm wondering why this is happening

    Try this...
    Close All Open Apps...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • I already used facetime before but for some reason I have to sign back in and it wont let me. I clicked "Get Started" then "Sign in"  but then after about 3 seconds on the next page it just slides back to the "sign in page"

    I already used facetime before but for some reason I have to sign back in and it wont let me. I clicked "Get Started" then "Sign in"  but then after about 3 seconds on the next page it just slides back to the "sign in page"

    Try a Reset of your Device...
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    Also see here...
    Troubleshooting FaceTime
    http://support.apple.com/kb/TS3367

  • When I sign in to the Adobe Reader XI (which is the only option that I have to open a pdf document, I will sign in to the Adobe ID sign-in page. After I do this, the "Convert To" box goes "gray" and I am unable to convert the document I have selected.  It

    When I sign in to the Adobe Reader XI (which is the only option that I have to open a pdf document, I will sign in to the Adobe ID sign-in page. After I do this, the "Convert To" box goes "gray" and I am unable to convert the document I have selected.  It was working great for the first week that I used it, but now it doesn't give me the converting option.  I am very frustrated as I have done nothing to change anything, and I was thinking this was so great...now I am just pulling out my hair and do not have the option of calling anyone since no phone numbers are listed. I am VERY busy and do not have time to sit and wait over a half an hour to "chat", which I tried to do yesterday.  All I want to do is very simply, convert pdfs to Word.  I have paid for this and am not getting any help. I am not very savvy when it comes to Adobe this program and Adobe that program...I feel I am being scammed as I do not get simple answers for something that appeared was going to be simple. You can't even call customer service to talk to someone live to help walk you through. 

    Hello Kathie,
    Sorry for the inconvenience that has caused to you.
    Please let me know if you have tried converting any other PDF to word with Reader.
    Alos, please sign up at "https://cloud.acrobat.com/" using your Adobe ID credentials. Click on 'ExportPDF' tab and upload the PDF that you want to convert to Word.
    Let me know if this converts fine.
    Hope to hear from you.
    regards,
    Anubha

  • How to set up Application specific custom ogoff (sign-off) page.

    Hi,
    I'm using OracleAS 10.1.2.2
    Note 333638.1 shows us how do make a custom SSO login page to be application specific. This works.
    Now, I want to do a custom SSO logout (sign-out) page. Using the redirect method described does not seem to work. Please note that in our version 10.1.2.2, there is no default logout.jsp page in the /sso/jsp directory. To deploy a custom logout page, I would need to update the WWSS_LS_CONFIGURATION_INFO$ view.
    I was able to test a custom SSO logout.jsp page sucessfully. However, when I tried using a redirect_logout.jsp to make it application, it no longer works.
    Does anyone know or have any idea on how to deploy an application specific logout page? (i.e. only specific applications uses the custom logout page, otherwise go to the default one).
    Thanks.
    - Kevin

    Well,
    There are 5 choices to choose from on the page. In the description of the choices at the bottom of the page there are 7, and the two additional choices talk about having to first have registered the site with SSO. So...I'm interpreting that as meaning that other 2 possible choices would be displayed if the site is registered with SSO. That, plus the fact that the page which describes how to add the site to SSO seems to think that the SSO choices are displayed in the wizard.
    So, no, there's no "exact launguage" that says what the reason is for the choices not being displayed. Can you point me to some exact language that tells me how to get those choices displayed?

  • My macbook pro keeps booting up, then after a few seconds, goes back to the sign in page. This happened after I was doing software updates and my computer restarted in the middle of an update. Help! Thanks.

    My macbook pro keeps booting up, then after a few seconds, goes back to the sign in page. This happened after I was doing software updates and my computer restarted in the middle of an update. Help! Thanks.

    Start up in Safe Mode.
    http://support.apple.com/kb/ph14204
    Repair Disk    Section: "Try Disk Utility"
    http://support.apple.com/en-us/HT203176

  • I am trying to use my adobe premiere elements 12 and when I go to click on a "new project" it takes me to the sign in page. Once I type my information in and click on "sign in" a little 'thinking circle' pops up and it just keeps spinning

    I am trying to use my adobe premiere elements 12 and when I go to click on a "new project" it takes me to the sign in page. Once I type my information in and click on "sign in" a little 'thinking circle' pops up and it just keeps spinning but it never ends up doing anything. Please help me with this issue. I really need to get this project started like yesterday. Thank you.

    dplum12
    What computer operating system is your Premiere Elements 12 running on? Did you have the opportunity to update 12 to 12.1 Update yet using an opened project's Help Menu/Update? If not, please do so when you get the opportunity.
    For now I will assume that your computer is Windows 7, 8, or 8.1 64 bit. Please try the following suggestions to overcome your Premiere Elements Sign In issue.
    http://www.atr935.blogspot.com/2014/04/pe12-premiere-elements-12-editor-will.html
    and, if you get any messages about Internet connect and the computer clock, please review the following
    http://www.atr935.blogspot.com/2014/04/pe12-sign-in-failure-connect-to.html
    Please let us know the outcome.
    Thank you.
    ATR

  • Is it possible to display multiple hotmail accounts at the sign-in page?

    I have two windows hotmail accounts and want to display them both at the sign-in page. There is an addon in internet explorer called "windows live sigin assistant" which does this, but it is not compatable with firefox. Is there a quick fix or can a Firefox addon be made?

    A lot depends on how you have designed your application.
    - you can configure your sub-vis to have their FP open when running. Click on the subVI FP icon and select VI Properties. Go to Window appearance, select Customize and then Show Front Panel when called. That way, the FP window will remain open during execution.
    Of course, I suppose that this is not exactly what you are looking for.
    You can use property nodes to open or close programmatically a subVI FP.
    In the Application control subpalette, get Open VI reference, use it to call your subVI, wire the FP.Open property node and you should be almost done. See the attached diagram.
    Message Edité par chilly charly le 10-26-2007 06:42 AM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    open subvi.png ‏9 KB

  • HT3867 I'm in a hotel; I successfully got their WiFi signal; now I click on Safari so I can access the sign up page; it doesn't work on my iPad; it doesn't work on my iPhone; it does work on my MacBook Pro!! FRUSTRATING. help.

    This happens too often and ususally it fixes itself by a fluke. Today it isn't.
    I need to access the hotel's sign in page and two of my three devises won't open the page.
    Works fine on day and not the next.
    The signal is strong, but Safari won't open the page I need to put the password in. Any work arounds anybody?
    Help!

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
     Cheers, Tom

  • Have set Yahoo Mail as my mailto yet when I try to "send a link" I get a Yahoo sign in page and am then taken to my inbox. How can I get an email box to send the link?

    I can't get Firefox to send either photos out of Picasa or "send a
    link" using my Yahoo!Mail option. Have set Yahoo as my default
    and have set Yahoo as my mailto using tools/apps. When I
    use "send a link" I am sent to my Yahoo sign in page and it takes
    me to my inbox. How can I get a blank email form to come up?

    Typing in additional text seems to get the job done.  This seems to be a feature of the latest IOS update, I have never had the problem before the last update.
    I use the box with the arrow just to the left of the URL block at the top of the page to send myself links to pages of interest.  Adding the extra text seems like a pointless step, but it does work.
    Thanks.

  • Facebook chat not available -- Yahoo redirect to password sign-in page

    Facebook chat is "unavailable" -- getting a triangle with an exclamation point. In my Yahoo e-mail account I can do nothing but view my e-mails. Any attempt to open an attachment (a pic sent from my phone), clicking on "mail options," sending a help request e-mail to Yahoo, writing an e-mail -- basically anything I do -- sends me to the password sign-in page. Could not log into another e-mail account at Road Runner. Page just flipped crazily back & forth between loading & "read message." However, none of this happens if I use Internet Explorer; everything works fine there. Problem started two days ago. I do not believe I did anything, downloaded anything, nor changed anything right before this happened. Been told by internet carrier to un-install Firefox and re-install. Not opposed to doing this, but will that solve the problem? I sure don't want it to happen again. I have a main password for Firefox and a few other passwords saved. Laptop, running Windows Vista. Anti-virus program is AVG (full paid version). Have disabled some AVG items (tool bar, link-something-or-other) per help suggestions on Firefox site, and this has worked fine for nearly 2 months.
    == URL of affected sites ==
    http://www.facebook.com/ -- http://my.yahoo.com/ -- http://webmail.roadrunner.com/

    Hi 
    I'm basically looking for the exact answer for the query.
    Meanwhile you need to go through the link mentioned below in order to understand how to do it.
    Debugging and Logging Capabilities in SharePoint 2010
    Indul Hassan
    Microsoft Community Contributor
    http://www.indulhassan.com
    You Snooze.. You Lose !!

  • Face time sign in: I use my apple ID then it goes to verifiys then switched back to the sign in page... still not able to use

    One day face time stopped working i went to sign in and it goes to verifies it but then switches back to the sign in page...idk what to do!!!!

    From Apple Support...
    Here are troubleshooting steps that should help you fix the problem.
    1) Quit App Store in multi-tasking.
    2) Tap Settings.
    3) Tap Safari.
    4) Tap Clear History.
    5) Tap the Clear History button.
    6) Tap Clear Cookies and Data.
    7) Tap the Clear Cookies and Data button.
    Try purchasing an app again from the device to get the security question prompt. You really need to set up the security question.
    ...it seems to have worked for me.....

Maybe you are looking for

  • Why aren't recipients receiving the whole of my email?

    It has come to my attention that some recipients of emails are not receiving the entire message. On two recent occaisions I received replies asking for information I knew I'd already sent. Scrolling down showed that they'd only received a part of my

  • How to put data in the table for Absence Quotas.

    Hello Gurus, How to configure in the table (V_556A_B)Absence Quota for increase in SicK Leave and Priviledge Leave. Kindly provide me with steps.

  • BM 3.9 audit log on different servers (and different databases)

    Hi after migrating from bm3.8 to bm3.9 we intalled Rule Hit Logging with naudit and mysql-database. we do have two bm3.9 servers connected with a WAN-Link. So we do want to keep the logs on the servers an do not want to log over the WAN-Link. We inst

  • Finder not taking into account local backups when reporting free disk space

    Time Machine in Lion (10.7.2) stores local backups of files on your laptop's hard drive when it is not connected to an external Time Machine backup drive. See this article for more information. If you click on the Apple in the top-left corner of your

  • IWeb Launch Failure

    Hello all, I've been experiencing problems launching iWeb 1.0.1 (I know, I know...) for several weeks now. Moreover, even a Spotlight search for anything "iWeb" was causing system freezes. I have tried a couple of fixes recommended here and elsewhere