Versions Compared

Key

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

...

  1. Go here https://console.developers.google.com/

  2. On the top left, next to "Google Cloud Platform," select "New Project" or click the down arrow and in the box that opens up click on "New Project."

  3. Give your project any name you want.

  4. Make sure that the org and location fields are set to your google domain and then click on "Create."

  5. It will take a second but there should be a notifications box that pops up on the next screen that says something about creating your project. Once it's done, open your project.

  6. On the left side, click on "Credentials."

  7. Then click on "Configure Consent Screen."

  8. For "User Type" select "External" and then "Create"

  9. Give your app a name like powerschool or something. Enter your email in the support email field and add a Logo if you want.

  10. For the App Domain section, put your school website address in the first field and don't worry about the other two fields.

  11. For "Authorized Domains" click on "Add Domain" and enter the name of your Google domain "elginacademy.org". If you have an ITC partner, add their domain name as well (ie http://nwoca.org ).

  12. And then in the last field on the page, put your email address and click on "Save and Continue."

  13. The next page is just to let your users know what information Google will be looking at. You don't have to put anything here at all. So click on "Save and Continue." and on the next screen click on "Back to Dashboard."

  14. NOW. On the left of the screen, click back on "Credentials."

  15. At the top of that page click on "+Create Credentials"

  16. Click on "OAuth Client ID."

  17. For "Application Type" select Web Application and give it a name.

  18. In the section at the bottom that says "Authorized Redirect URIs," click on "Add URI"

  19. In that box, they want you to enter your powerschool address. Our is https://louisvillepublicschools.powerschool.com

  20. BUT after your address you need to add in /oidc/openid_connect_login

  21. I don't know what your PS address is, but it would look something like this when it's done..... https://elginacademy.powerschool.com/oidc/openid_connect_login

  22. Then click on "Create."

  23. Copy the Client ID and Client Secret to a word document or something so you can copy and paste it later.

...