0 | ProviderConfigurationResponse | {
"authorization_endpoint": "https://testop.funet.fi/idp/profile/oidc/authorize",
"claims_parameter_supported": true,
"claims_supported": [
"aud",
"iss",
"sub",
"iat",
"exp",
"acr",
"auth_time",
"email",
"email_verified",
"address",
"phone",
"phone_number_verified",
"name",
"family_name",
"given_name",
"middle_name",
"nickname",
"preferred_username",
"profile",
"picture",
"website",
"gender",
"birthdate",
"zoneinfo",
"locale",
"updated_at"
],
"display_values_supported": [
"page"
],
"grant_types_supported": [
"authorization_code",
"implicit",
"refresh_token"
],
"id_token_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"id_token_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"id_token_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256"
],
"issuer": "https://testop.funet.fi",
"jwks_uri": "https://testop.funet.fi/idp/profile/oidc/keyset",
"registration_endpoint": "https://testop.funet.fi/idp/profile/oidc/register",
"request_object_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"request_object_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"request_object_signing_alg_values_supported": [
"none",
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256",
"ES384",
"ES512"
],
"request_parameter_supported": true,
"request_uri_parameter_supported": true,
"require_request_uri_registration": false,
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"response_types_supported": [
"code",
"id_token",
"token id_token",
"code id_token",
"code token",
"code token id_token"
],
"scopes_supported": [
"openid",
"profile",
"email",
"address",
"phone",
"offline_access"
],
"subject_types_supported": [
"public",
"pairwise"
],
"token_endpoint": "https://testop.funet.fi/idp/profile/oidc/token",
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"client_secret_jwt",
"private_key_jwt"
],
"userinfo_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"userinfo_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"userinfo_endpoint": "https://testop.funet.fi/idp/profile/oidc/userinfo",
"userinfo_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256"
],
"version": "3.0"
}
|
5 | AuthorizationResponse | {
"id_token": {
"acr": "password",
"aud": [
"_20f1cc3abcedd47389ca9cea34a28279"
],
"auth_time": 1556542388,
"birthdate": "1962",
"exp": 1556546481,
"family_name": "Testaaja",
"gender": "male",
"given_name": "Teppo Matias",
"iat": 1556542881,
"iss": "https://testop.funet.fi",
"locale": "en-US",
"middle_name": "Matias",
"name": "Mr.Teppo Matias Testaaja",
"nickname": "TT",
"nonce": "HxGAoyDdDbtXlo2X",
"picture": "https://pixabay.com/fi/pentu-kissa-kukka-potin-tabby-pentu-2766820/",
"preferred_username": "ttester",
"profile": "https://fi.wikipedia.org/wiki/Tom_Cruise",
"sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI",
"updated_at": 1509450347,
"website": "https://www.facebook.com/officialtomcruise/",
"zoneinfo": "America/Los_Angeles"
},
"state": "OIArzJESCRFPnEvt"
}
|