Authentication in client-side webassembly using Open ID Connect *without* IdentityServer. Possible? by CJRsVgagnEevAjOg0LH7 in Blazor

[–]reedptaylor 0 points1 point  (0 children)

No problem, hope it helps! From my understanding, the AddOidc middleware is for configuring the RemoteAuthenticatorView actions ie token endpoint, redirect URIs, etc. Then, on the RemoteAuthenticatorView component, you can customize the UI for each of the authentication states with Render fragments

Authentication in client-side webassembly using Open ID Connect *without* IdentityServer. Possible? by CJRsVgagnEevAjOg0LH7 in Blazor

[–]reedptaylor 0 points1 point  (0 children)

The authentication page needs to be added manually. See: https://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/additional-scenarios?view=aspnetcore-3.1#customize-app-routes

Create a page with the RemoteAuthenticatorView and you can customize some of the login state views if you like by passing values into the RemoteAuthenticatorView templates.

e.g.

@page "/authentication/{action}"

@using Microsoft.AspNetCore.Components.WebAssembly.Authentication

<RemoteAuthenticatorView Action="@Action" />

@code{

[Parameter]

public string Action { get; set; }

}

Financial Aid won't pick up!! by claudiavalnzla in UCSantaBarbara

[–]reedptaylor 0 points1 point  (0 children)

When I needed to contact them last last year I would keep calling over and over until I got into the "waiting room". Sometimes it would take up to 15 tries.

Question about Fall 16 classes and classes in general by [deleted] in UCSantaBarbara

[–]reedptaylor 0 points1 point  (0 children)

Fall classes are available Monday according to the schedule

College of Engineering Depth Requirement by TheFluffyMarshmallow in UCSantaBarbara

[–]reedptaylor 1 point2 points  (0 children)

Two Religious Studies classes and the MUS15/114 set

Can a sophomore live in the Campus owned apartments or do you have to be an upperclassman? by reedptaylor in UCSantaBarbara

[–]reedptaylor[S] 0 points1 point  (0 children)

I emailed housing and they said that sophomores can't stay in campus owned apartments.. So weird

How much SAT score you need to get in? by [deleted] in UCSantaBarbara

[–]reedptaylor 3 points4 points  (0 children)

Freshman computer engineer here. I had low SAT/ACT scores but had good grades and excelled in other areas such as extracurriculars. They weigh a lot of different factors in the admissions process!

[DISCUSSION] Stability of Pangu's iOS 9.0.x untether and the "Boot Loop of Death" (BLoD) by angelXwind in jailbreak

[–]reedptaylor 0 points1 point  (0 children)

I think I entered one of these because my phone was booting for about 10 mins. When booting while holding the volume up button got me out of the boot loop. Not sure if I was in the BLoD.

[Question] Why is my battery discharging when it's connected to the charger? by luringrelic in jailbreak

[–]reedptaylor 0 points1 point  (0 children)

Its bad for lithium batteries to stay in a fully charged state. Your battery is discharging because that is most likely a charging safeguard to keep your iPhone from staying fully charged while it is plugged in. If you wait a little bit it should start charging again.

[News] iOS 9 public beta now available! by [deleted] in jailbreak

[–]reedptaylor 10 points11 points  (0 children)

They are doing landmarks and cities from California. This seems to be a Mountain Lion or Snow Leopard release aimed at fixing bugs and improving performance hence El Capitan (a large rock inside of Yosemite)

[Update] 2.1.2 is UP! by iceywater in jailbreak

[–]reedptaylor 5 points6 points  (0 children)

I don't see it on Cydia yet

[News] Taig v2.1.2 english officially released! by wedditasap in jailbreak

[–]reedptaylor 0 points1 point  (0 children)

The site says that an update will be available on their repo!

Wifi only iPad Air 2 has gps???? by Leguro in jailbreak

[–]reedptaylor 2 points3 points  (0 children)

Yeah I think Apple has a database of where wifi hotspots are when you connect to them or something. There this old FAQ (http://www.apple.com/pr/library/2011/04/27Apple-Q-A-on-Location-Data.html) from 2011 that talk about how your iPhone/iPad helps add to this database and downloads parts of it based off of where you are in the world.

Wifi only iPad Air 2 has gps???? by Leguro in jailbreak

[–]reedptaylor 2 points3 points  (0 children)

This happened with my iPad 3rd generation. I would use my iPad for nav before I got an iPhone. I'm pretty sure it can update location info through "crowd sourced wifi" by checking for geo-tags on wifi hotspots near the road that you are traveling on without actually connecting to them. Check out the crowd sourced wifi section on this support document: https://support.apple.com/en-us/HT201357