1 | ProviderConfigurationResponse | {
"authorization_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize",
"claims_parameter_supported": false,
"claims_supported": [
"realmName",
"preferred_username",
"given_name",
"uid",
"upn",
"groupIds",
"employee_id",
"name",
"tenantId",
"mobile_number",
"department",
"job_title",
"family_name",
"email"
],
"device_authorize_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/device_authorize",
"grant_types_supported": [
"urn:ietf:params:oauth:grant-type:jwt-bearer",
"implicit",
"urn:ietf:params:oauth:grant-type:saml2-bearer",
"urn:ietf:params:oauth:grant-type:device_code",
"client_credentials",
"password",
"authorization_code",
"refresh_token"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"introspect_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/introspect",
"issuer": "https://isamfed.com:30443/test",
"jwks_uri": "https://isamfed.com:30443/mga/sps/jwks",
"name": "OIDCDefinition",
"poc": "https://isamfed.com:30443/mga/",
"registration_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition",
"request_parameter_supported": true,
"request_uri_parameter_supported": true,
"require_request_uri_registration": false,
"response_modes_supported": [
"fragment",
"form_post"
],
"response_types_supported": [
"token",
"id_token",
"token id_token",
"code",
"code id_token",
"code token id_token",
"code token",
"none"
],
"revocation_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/revoke",
"subject_types_supported": [
"public"
],
"token_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/token",
"token_endpoint_auth_methods_supported": [
"private_key_jwt",
"client_secret_post",
"client_secret_basic"
],
"user_authorize_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/user_authorize",
"userinfo_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo",
"userinfo_signing_alg_values_supported": [
"RS256"
],
"version": "3.0"
}
|
1 | register | kwargs:{'response_types': ['id_token token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61187/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61187/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61187/static/jwks_61187.json', 'token_endpoint_auth_method': 'private_key_jwt', 'logo_uri': 'https://op.certification.openid.net:61187/static/logo.png'}
|
1 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61187/static/jwks_61187.json",
"logo_uri": "https://op.certification.openid.net:61187/static/logo.png",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61187/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61187/authz_cb"
],
"response_types": [
"id_token token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
2 | RegistrationResponse | {
"application_type": "web",
"client_id": "GVhtMwLf18XRnCqX9kN4",
"client_id_issued_at": 1560754683,
"client_secret": "LIXrOQKyjhR2iuktP4hN",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61187/static/jwks_61187.json",
"logo_uri": "https://op.certification.openid.net:61187/static/logo.png",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61187/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61187/authz_cb"
],
"registration_access_token": "Vukfst4aKiFpeoTJZNKz",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=GVhtMwLf18XRnCqX9kN4",
"response_types": [
"id_token",
"token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
6 | AuthorizationResponse | {
"access_token": "siM7TTWe1UAp3qfnnBA0",
"expires_in": 3599,
"id_token": {
"at_hash": "cmHX8OTC73_dh5H7D3b-AQ",
"aud": [
"GVhtMwLf18XRnCqX9kN4"
],
"exp": 1560758107,
"iat": 1560754687,
"iss": "https://isamfed.com:30443/test",
"nonce": "xwXDZrpJenYhkPnF",
"sub": "testuser"
},
"scope": "openid",
"state": "cDGTThfaI4FwQoR1",
"token_type": "bearer"
}
|